Skip to content

Commit c4c9e25

Browse files
Update articles/ai-studio/how-to/prompt-flow-tools/llm-tool.md
Co-authored-by: Lauryn Gayhardt <[email protected]>
1 parent 1a370c4 commit c4c9e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-studio/how-to/prompt-flow-tools/llm-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The following input parameters are available.
113113
| logit\_bias | dictionary | The logit bias for the language model. Default is empty dictionary. | No |
114114
| tool\_choice | object | Value that controls which tool is called by the model. Default is null. | No |
115115
| 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 |
116+
| response_format | object | An object specifying the format that the model must output. Default is null. | No |
117117

118118
## Outputs
119119

0 commit comments

Comments
 (0)