Message from an AI.
public Unit ofAi(AiMessage ai)Message from an AI.
An AIMessage is returned from a chat model as a response to a prompt.
This message represents the output of the model and consists of both the raw output
as returned by the model and standardized fields (e.g., tool calls, usage metadata)
added by the LangChain framework.
| Name | Type | Description |
|---|---|---|
ai* | AiMessage |