Class
ToolCallParser
Helper for extracting tool calls from a turn response.
Inheritance
- Object
- ToolCallParser
Methods
public static IReadOnlyList<ToolCall> Extract(TurnInfo turn) #Returns:
IReadOnlyList<ToolCall>Extracts tool calls from a turn.
Parameters
- turn IntelligenceX.OpenAI.AppServer.Models.TurnInfo
- Turn info.