Interface ICanGetToolCalls
The interface for messages that can get a list of ToolCall
public interface ICanGetToolCalls : IMessage
- Inherited Members
- Extension Methods
Methods
GetToolCalls()
IEnumerable<ToolCall> GetToolCalls()
The interface for messages that can get a list of ToolCall
public interface ICanGetToolCalls : IMessage
IEnumerable<ToolCall> GetToolCalls()