org.llm4s.llmconnect.model.AssistantMessage
See theAssistantMessage companion object
case class AssistantMessage(contentOpt: Option[String], toolCalls: Seq[ToolCall]) extends Message
Represents a message from the LLM assistant, which may include text, tool calls or both.
Value parameters
- contentOpt
-
Optional content of the message.
- toolCalls
-
Sequence of tool calls made by the assistant.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article