fix(core): stop forcing toolChoice none on session.generate (#38557)
This commit is contained in:
parent
193f6be99c
commit
8cac010bac
2 changed files with 1 additions and 2 deletions
|
|
@ -74,7 +74,6 @@ export const layer = Layer.effect(
|
|||
system: contextEvent.system,
|
||||
messages: contextEvent.messages,
|
||||
tools: hookedTools,
|
||||
toolChoice: "none",
|
||||
}),
|
||||
)
|
||||
yield* Effect.logInfo("session generation usage diagnostic", { usage: response.usage })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue