diff --git a/fern/pages/text-generation/structured-outputs-json.mdx b/fern/pages/text-generation/structured-outputs-json.mdx index d9008df5..de12b0d3 100644 --- a/fern/pages/text-generation/structured-outputs-json.mdx +++ b/fern/pages/text-generation/structured-outputs-json.mdx @@ -22,7 +22,7 @@ co = cohere.Client(api_key="YOUR API KEY") res = co.chat( model="command-r-plus", - message="Generate a JSON describing a person, with the fields 'name' and 'age'" + message="Generate a JSON describing a person, with the fields 'name' and 'age'", response_format={ "type": "json_object" } )