Extract tool call names from RunResult.newItems.
Returns an array of tool names observed during the run. For function_call items the raw function name is returned; for hosted tool calls the canonical name (without the _call suffix) is used when it matches a known OpenAI hosted tool.
_call
Generated using TypeDoc
Extract tool call names from RunResult.newItems.
Returns an array of tool names observed during the run. For function_call items the raw function name is returned; for hosted tool calls the canonical name (without the
_callsuffix) is used when it matches a known OpenAI hosted tool.