Skip to content

Commit fe9ab33

Browse files
committed
fix(ai): final corrections
1 parent 1eed450 commit fe9ab33

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pages/generative-apis/how-to/use-function-calling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ messages = [
297297

298298
## Code example for Responses API
299299

300-
See the OpenAPI documentation for a fully worked example on [function calling using the Responses API](https://platform.openai.com/docs/guides/function-calling#function-tool-example).
300+
See the OpenAPI documentation for a fully worked example on [function calling using the Responses API](https://platform.openai.com/docs/guides/function-calling#function-tool-example). Note that Scaleway's support of the Responses API is currently at beta stage - [find out more](/generative-apis/how-to/query-language-models/#chat-completions-api-or-responses-api).
301301

302302

303303
## Best practices

pages/generative-apis/how-to/use-structured-outputs.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ There are several ways to interact with language models:
4444
- All LLMs in the Scaleway library support **Structured outputs** and **JSON mode**. However, a schemaless **JSON mode** will produce lower quality results and is not recommended. Note that structured output is more reliably validated and more richly parsed with the Responses API.
4545
</Message>
4646

47+
## Chat Completions API or Responses API?
48+
49+
<ChatCompVsResponsesApi />
50+
4751
## Code examples
4852

4953
<Message type="tip">

0 commit comments

Comments
 (0)