feat(core): generate Anthropic thinking variants for reasoning models

This commit is contained in:
Kit Langton 2026-06-28 13:26:34 -04:00
commit 7c4c4c7239
13 changed files with 124 additions and 13 deletions

View file

@ -1960,6 +1960,7 @@ export type ModelsListOutput = {
}
readonly capabilities: {
readonly tools: boolean
readonly reasoning: boolean
readonly input: ReadonlyArray<string>
readonly output: ReadonlyArray<string>
}