Skip to content

Commit 5e1022e

Browse files
Update 08-knowledge-check.yml
1 parent aaae0ad commit 5e1022e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learn-pr/wwl-data-ai/use-generative-ai-tools/08-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ quiz:
3030
- content: "Wait for the model to run the function automatically"
3131
isCorrect: false
3232
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"
33+
- content: "Run the function in your code and send a function_call_output back to the model"
3434
isCorrect: true
3535
explanation: "Correct. Your app runs the function and then returns the output so the model can complete the response."
3636
- content: "Convert the function call into a web_search request"

0 commit comments

Comments
 (0)