Skip to content

Commit e3a2297

Browse files
changelog + docs
1 parent d488c38 commit e3a2297

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111
- Added multi-branch indexing support for Gerrit. [#433](https://github.com/sourcebot-dev/sourcebot/pull/433)
12+
- [ask sb] Added `reasoningEffort` option to OpenAI provider. [#446](https://github.com/sourcebot-dev/sourcebot/pull/446)
1213

1314
### Fixed
1415
- Removed prefix from structured log output. [#443](https://github.com/sourcebot-dev/sourcebot/pull/443)

docs/docs/configuration/language-model-providers.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,8 @@ For a detailed description of all the providers, please refer to the [schema](ht
248248
"token": {
249249
"env": "OPENAI_API_KEY"
250250
},
251-
"baseUrl": "OPTIONAL_BASE_URL"
251+
"baseUrl": "OPTIONAL_BASE_URL",
252+
"reasoningEffort": "OPTIONAL_REASONING_EFFORT" // defaults to "medium"
252253
}
253254
]
254255
}

0 commit comments

Comments
 (0)