add option to skip provider tool call validation

This commit is contained in:
Markus Ylisiurunen 2025-12-07 17:24:06 +02:00
parent 2e3ff4a15a
commit 0196308266
12 changed files with 38 additions and 4 deletions

View file

@ -65,6 +65,7 @@ export class ProviderTransport implements AgentTransport {
reasoning: cfg.reasoning,
apiKey,
getQueuedMessages: cfg.getQueuedMessages,
validateToolCallsAtProvider: cfg.validateToolCallsAtProvider ?? false,
};
// Yield events from agentLoop