Skip to main content
For tools that take significant time (deployments, data processing), use LongRunningFunctionTool. It instructs the LLM not to re-invoke the tool while pending:
The tool description is automatically appended with:
NOTE: This is a long-running operation. Do not call this tool again if it has already returned some intermediate or pending status.