LLMResponse
classin packageklyn.llm
public class LLMResponse extends Object:
└ LLMResponse
Response returned by an LLM provider.
Properties
Modifier and Type Member Description
public readonly property message
message as LLMThreadMessage
Assistant message returned by the provider.
public readonly property toolCalls
toolCalls as ArrayList<ToolCall>
Optional tool calls requested by the provider.
Properties inherited from Object: type
Constructors
Modifier and Type Member Description
public LLMResponse
LLMResponse(message as LLMThreadMessage, toolCalls as Object = null):
Creates a provider response.
Methods inherited from Object: fromJson, toDict, toJson, toString, toXml