We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a370c4 commit c4c9e25Copy full SHA for c4c9e25
articles/ai-studio/how-to/prompt-flow-tools/llm-tool.md
@@ -113,7 +113,7 @@ The following input parameters are available.
113
| logit\_bias | dictionary | The logit bias for the language model. Default is empty dictionary. | No |
114
| tool\_choice | object | Value that controls which tool is called by the model. Default is null. | No |
115
| tools | list | A list of tools the model may generate JSON inputs for. Default is null. | No |
116
-| response_format | object | an object specifying the format that the model must output. Default is null. | No |
+| response_format | object | An object specifying the format that the model must output. Default is null. | No |
117
118
## Outputs
119
0 commit comments