Skip to content

Commit 9753729

Browse files
committed
fix(ai): fix warning box
1 parent 09fc6c8 commit 9753729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ai-data/generative-apis/how-to/use-function-calling.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ if response.choices[0].message.tool_calls:
186186

187187
### Parallel function calling
188188

189-
<Message type="warning">
189+
<Message type="important">
190190
Meta models do not support parallel tool calls.
191191
</Message>
192192

@@ -327,5 +327,5 @@ For more information about function calling and advanced implementations, refer
327327
Function calling significantly extends the capabilities of language models by allowing them to interact with external tools and APIs.
328328

329329
<Message type="note">
330-
We can't wait to see what you will build with function calls. Tell us what you are up to, share your experiments on Scaleway's Slack community #ai
330+
We can't wait to see what you will build with function calls. Tell us what you are up to, share your experiments on Scaleway's [Slack community](https://slack.scaleway.com/) #ai
331331
</Message>

0 commit comments

Comments
 (0)