LLMRequest
classin packageklyn.llm
public class LLMRequest extends Object:
└ LLMRequest
Request sent to an LLM provider.
Properties
Modifier and Type Member Description
public readonly property messages Ordered conversation messages.
public readonly property tools
tools as ToolRegistry
Optional registry of exposed tools.
Properties inherited from Object: type
Constructors
Modifier and Type Member Description
public LLMRequest
LLMRequest(messages as Object, tools as ToolRegistry = null):
Creates a provider request.
Methods inherited from Object: fromJson, toDict, toJson, toString, toXml