Skip to main content

Module continuation

Module continuation 

Source
Expand description

Conversation continuation across providers

Enables seamless continuation of conversations when switching between different AI providers or models.

Structs§

AnthropicAdapter
Anthropic Claude format adapter
Attachment
Attachment (image, file, etc.)
ContinuationManager
Manages conversation continuation across providers
ConversationContext
Portable conversation context
ConversationSummary
Conversation summary for context compression
NormalizedMessage
Normalized message format for cross-provider continuity
OpenAIAdapter
OpenAI format adapter
ProviderCapabilities
Provider capabilities
ProviderMessages
Provider-specific messages
ProviderResponse
Provider response
ProviderSwitch
Record of provider switch
ToolCall
Tool call
ToolDefinition
Tool definition for portable tools
UsageStats
Usage statistics

Enums§

AttachmentType
Attachment type
MessageRole
Message role

Traits§

ProviderAdapter
Provider-specific message format adapter