Add debug documentation

This commit is contained in:
kardolus
2024-08-17 11:53:13 -04:00
parent 18c7e7224b
commit bf953bed83

View File

@@ -206,6 +206,7 @@ Configuration variables:
| `command_prompt` | The command prompt in interactive mode. Should be single-quoted. | '[%datetime] [Q%counter]' |
| `auto_create_new_thread` | If set to `true`, a new thread with a unique identifier (e.g., `int_a1b2`) will be created for each interactive session. If `false`, the CLI will use the thread specified by the `thread` parameter. | `false` |
| `track_token_usage` | If set to true, displays the total token usage after each query in --query mode, helping you monitor API usage. | `false` |
| `debug` | If set to true, prints the raw request and response data during API calls, useful for debugging. | `false` |
#### Variables for interactive mode: