Skip to content

Commit b959a3a

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

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
@@ -111,7 +111,7 @@ The following input parameters are available.
111111
| presence\_penalty | float | The value that controls the model's behavior regarding repeating phrases. Default is 0. | No |
112112
| frequency\_penalty | float | The value that controls the model's behavior regarding generating rare phrases. Default is 0. | No |
113113
| 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 |
114+
| 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 |
116116
| response_format | object | an object specifying the format that the model must output. Default is null. | No |
117117

0 commit comments

Comments
 (0)