Merge remote-tracking branch 'origin/master' into worktree/web-multimodal-image-input
This commit is contained in:
209 files changed
+3095
-1255
No files matched your search
@@ -538,7 +538,7 @@ export function createApiProxy(ctx: Context, defaults: ApiProxyDefaults): ApiPro
|
||||
}
|
||||
const durable = await durablePromptContent(ctx, content)
|
||||
if (mode === 'steer') agent.steer(durable, { source })
|
||||
else agent.send(durable, { source })
|
||||
else agent.followup(durable, { source })
|
||||
} catch (error: unknown) {
|
||||
if (error instanceof AttachmentError) {
|
||||
return err(request, {
|
||||
|
||||
Reference in New Issue
Block a user