mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-26 00:46:23 +02:00
support managed composio
This commit is contained in:
parent
d0a48d7f51
commit
d2bb11f104
4 changed files with 78 additions and 136 deletions
|
|
@ -375,9 +375,9 @@ const ipcSchemas = {
|
|||
input: z.record(z.string(), z.unknown()),
|
||||
}),
|
||||
res: z.object({
|
||||
success: z.boolean(),
|
||||
data: z.unknown(),
|
||||
error: z.string().optional(),
|
||||
successful: z.boolean(),
|
||||
error: z.string().nullable(),
|
||||
}),
|
||||
},
|
||||
'composio:didConnect': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue