mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 15:02:32 +00:00
Fix rebase issues: regenerate models, fix mom agent API
This commit is contained in:
parent
4a9c53347e
commit
c86f2a0136
3 changed files with 5874 additions and 5920 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -434,10 +434,8 @@ function createRunner(sandboxConfig: SandboxConfig, channelId: string, channelDi
|
|||
thinkingLevel: "off",
|
||||
tools,
|
||||
},
|
||||
messageTransformer,
|
||||
transport: new ProviderTransport({
|
||||
getApiKey: async () => getAnthropicApiKey(authStorage),
|
||||
}),
|
||||
convertToLlm,
|
||||
getApiKey: async () => getAnthropicApiKey(authStorage),
|
||||
});
|
||||
|
||||
// Load existing messages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue