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 @@ -111,7 +111,7 @@ The following input parameters are available.
111
111
| presence\_ penalty | float | The value that controls the model's behavior regarding repeating phrases. Default is 0. | No |
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
- | 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 |
115
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
You can’t perform that action at this time.
0 commit comments