Skip to main content

create_conversation

Function create_conversation 

Source
pub async fn create_conversation(
    exec_ctx: &ExecutionContext,
) -> ExecutorResult<ConversationData>
Expand description

Create a new conversation and return its data.

Exposes the conversation-creation step as a standalone function so callers (e.g. agentic-server, Praxis filters, or tests) can pre-create a conversation before submitting response turns.

ยงErrors

Returns [ExecutorError] if the conversation store is unavailable.