Skip to content

Commit 10ffa5e

Browse files
committed
fix(genapi): added warning regarding system prompt 2
1 parent e69eb2f commit 10ffa5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ response = client.chat.completions.create(
147147
</Message>
148148

149149
<Message type="important">
150-
Some models specifically need to be told they can use external functions in system prompt. If you don't provide a system prompt when using tools, Scaleway will automatically add one that works best for that specific model.
150+
Some models shall be told they can use external functions in system prompt. If you don't provide a system prompt when using tools, Scaleway will automatically add one that works best for that specific model.
151151
</Message>
152152

153153
### Multi-turn conversation handling

0 commit comments

Comments
 (0)