LongRunningFunctionTool. It instructs the LLM not to re-invoke the tool while pending:
NOTE: This is a long-running operation. Do not call this tool again if it has already returned some intermediate or pending status.
Handle slow tools like deployments and data processing with LongRunningFunctionTool, preventing the LLM from re-invoking while pending.
LongRunningFunctionTool. It instructs the LLM not to re-invoke the tool while pending:
NOTE: This is a long-running operation. Do not call this tool again if it has already returned some intermediate or pending status.