llm_chat
llm_chat
: Basic Chat Interaction
llm_chat
: Basic Chat InteractionEnables simple text-based conversations with the language model.
Parameters:
agent_name
: Identifier for the agent making the requestmessages
: List of message dictionaries (system, user, assistant)base_url
: API endpoint URL (default: configured AIOS kernel URL)llms
: Optional list of LLM configurations to use
Returns:
LLMResponse
object containing the model's text response
Example:
Last updated