Class ToolCallMessage
- Inheritance
-
Tool
Call Message
- Implements
- Inherited Members
- Extension Methods
Constructors
ToolCallMessage(ToolCallMessageUpdate)
Parameters
update
ToolCall Message Update
ToolCallMessage(IEnumerable<ToolCall>, string?)
Parameters
toolCalls
IEnumerable<ToolCall >from
string
ToolCallMessage(string, string, string?)
Parameters
Properties
Content
Some LLMs might also include text content in a tool call response, like GPT. This field is used to store the text content in that case.
Property Value
From
Property Value
ToolCalls
Property Value
Methods
GetContent()
Returns
GetToolCalls()
Returns
ToString()
Returns
Update(ToolCallMessageUpdate)
Parameters
update
ToolCall Message Update