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 tools that take significant time using LongRunningFunctionTool to prevent redundant invocations.
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.