Type Alias: LanguageModelResponseItem
type LanguageModelResponseItem =
| AssistantMessage
| Reasoning
| ToolCall
| ToolResult;Defined in: packages/protocol/src/language-model/item.ts:17
A subset of LanguageModelItem that excludes items that wouldn't make sense for a model to generate (e.g. system/user messages, tool results).