Fix rebase issues: regenerate models, fix mom agent API
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user