mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-19 18:35:18 +02:00
fix sync /chat call to agents service
This commit is contained in:
parent
57693b36cc
commit
a59d8c3ed3
6 changed files with 29 additions and 31 deletions
|
|
@ -102,8 +102,8 @@ export async function POST(
|
|||
tools,
|
||||
prompts,
|
||||
startAgent,
|
||||
mcpServers: projectSettings.mcpServers ?? undefined,
|
||||
toolWebhookUrl: projectSettings.webhookUrl ?? undefined,
|
||||
mcpServers: projectSettings.mcpServers ?? [],
|
||||
toolWebhookUrl: projectSettings.webhookUrl ?? '',
|
||||
testProfile: undefined,
|
||||
};
|
||||
logger.log(`Sending agentic request`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue