mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-13 17:22:37 +02:00
send msgs in webhook tool calls
This commit is contained in:
parent
39282907d4
commit
80a98f1d7b
4 changed files with 10 additions and 2 deletions
|
|
@ -443,6 +443,7 @@ function ClientToolCall({
|
|||
try {
|
||||
response = await executeClientTool(
|
||||
toolCall,
|
||||
messages,
|
||||
projectId,
|
||||
);
|
||||
} catch (e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue