File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
articles/ai-studio/how-to/prompt-flow-tools Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ The following input parameters are available.
112
112
| frequency\_ penalty | float | The value that controls the model's behavior regarding generating rare phrases. Default is 0. | No |
113
113
| logit\_ bias | dictionary | The logit bias for the language model. Default is empty dictionary. | No |
114
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 |
115
+ | tools | list | A list of tools the model may generate JSON inputs for. Default is null. | No |
116
116
| response_format | object | an object specifying the format that the model must output. Default is null. | No |
117
117
118
118
## Outputs
You can’t perform that action at this time.
0 commit comments