File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
pages/public_cloud/ai_machine_learning/endpoints_guide_06_function_calling Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Follow the following instructions in the [AI Endpoints - Getting Started](/pages
45
45
The workflow to use function calling is described below:
46
46
1 . ** Define tools** : tell the model what tools it can use, with a JSON schema for each tool.
47
47
2 . ** Call the model with tools** : pass tools along with your system and user messages to the model, which will eventually generate tool calls.
48
- 3 . ** Process tools calls** : for each tool calls returned by the model, execute the actual implementation of the tool in your code.
48
+ 3 . ** Process tools calls** : for each tool call returned by the model, execute the actual implementation of the tool in your code.
49
49
4 . ** Call the model with tools responses** : send a new request to the model, with the conversation updated with tool calls results.
50
50
4 . ** Final response** : process the final generated answer, which takes the tools results into account.
51
51
You can’t perform that action at this time.
0 commit comments