Skip to content

Commit 3196b1a

Browse files
committed
fix: add default reasoning callback
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 3f982f8 commit 3196b1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

options.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ func defaultOptions() *Options {
4848
forceReasoning: false,
4949
context: context.Background(),
5050
statusCallback: func(s string) {},
51+
reasoningCallback: func(s string) {},
5152
}
5253
}
5354

0 commit comments

Comments
 (0)