Skip to content

Commit 1a370c4

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

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
@@ -112,7 +112,7 @@ The following input parameters are available.
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 |
114114
| 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 |
115+
| 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

118118
## Outputs

0 commit comments

Comments
 (0)