We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaae0ad commit 5e1022eCopy full SHA for 5e1022e
1 file changed
learn-pr/wwl-data-ai/use-generative-ai-tools/08-knowledge-check.yml
@@ -30,7 +30,7 @@ quiz:
30
- content: "Wait for the model to run the function automatically"
31
isCorrect: false
32
explanation: "Incorrect. The model requests the function call, but your application must run it."
33
- - content: "run the function in your code and send a function_call_output back to the model"
+ - content: "Run the function in your code and send a function_call_output back to the model"
34
isCorrect: true
35
explanation: "Correct. Your app runs the function and then returns the output so the model can complete the response."
36
- content: "Convert the function call into a web_search request"
0 commit comments