Skip to content

Commit 13741eb

Browse files
Add missing options to chat (#95)
1 parent b5a4f28 commit 13741eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AI/chat.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ An object containing the following properties:
3838
- `description` (String) - A description of what the function does
3939
- `parameters` (Object) - JSON Schema object describing the parameters
4040
- `strict` (Boolean) - Whether to enforce strict parameter validation
41+
- `reasoning_effort` / `reasoning.effort` (String) (Optional) - Controls how much effort reasoning models spend thinking. Supported values: `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`. Lower values give faster responses with less reasoning. OpenAI models only.
42+
- `text` / `text_verbosity` (String) (Optional) - Controls how long or short responses are. Supported values: `low`, `medium`, and `high`. Lower values give shorter responses. OpenAI models only.
4143

4244
#### `testMode` (Boolean) (Optional)
4345

0 commit comments

Comments
 (0)