Skip to main content

UnifiedResponseInput

@codebolt/agent


Interface: UnifiedResponseInput

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

Input for unified response execution

Properties

PropertyTypeDescriptionDefined in
context?Record<string, any>Processing contextpackages/agent/src/unified/types/types.ts:114
conversationHistoryOpenAIMessage[]Previous conversation messagespackages/agent/src/unified/types/types.ts:110
llmResponseanyLLM response to processpackages/agent/src/unified/types/types.ts:108
toolsOpenAITool[]Available toolspackages/agent/src/unified/types/types.ts:112