send msgs in webhook tool calls

This commit is contained in:
ramnique 2025-02-05 16:22:06 +05:30
parent 39282907d4
commit 80a98f1d7b
4 changed files with 10 additions and 2 deletions

View file

@ -443,6 +443,7 @@ function ClientToolCall({
try {
response = await executeClientTool(
toolCall,
messages,
projectId,
);
} catch (e) {