Skip to main content

UnifiedMessageOutput

@codebolt/agent


Interface: UnifiedMessageOutput

Defined in: packages/agent/src/unified/types/types.ts:64

Output from unified message processing

Properties

PropertyTypeDescriptionDefined in
contextRecord<string, any>Updated contextpackages/agent/src/unified/types/types.ts:70
messagesOpenAIMessage[]Processed messages ready for LLMpackages/agent/src/unified/types/types.ts:66
toolChoice"auto" | "none" | "required"Tool choice strategypackages/agent/src/unified/types/types.ts:72
toolsOpenAITool[]Available toolspackages/agent/src/unified/types/types.ts:68