Skip to content

Commit ea7197d

Browse files
authored
chore: add reasoning enabled to the reasoning type (#98)
1 parent a279e31 commit ea7197d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export type OpenRouterProviderOptions = {
1515
* If `exclude` is true, reasoning will be removed from the response. Default is false.
1616
*/
1717
reasoning?: {
18+
enabled?: boolean;
1819
exclude?: boolean;
1920
} & (
2021
| {

0 commit comments

Comments
 (0)