Handling Tool Call Parameter Errors Without Disabling Tool Call Resolution
Is there any way to give tool call parameter errors (agent gives parameters that doesn't match the schema) to the agent, without having to do the tool calling yourself? I.e. without passing
disableToolCallResolution to generateText/streamText?