ART Framework API Docs
    Preparing search index...

    Interface AgentFinalResponse

    The final structured response returned by the agent core after processing.

    AgentFinalResponse

    interface AgentFinalResponse {
        metadata: ExecutionMetadata;
        response: ConversationMessage;
    }
    Index

    Properties

    Properties

    Metadata summarizing the execution cycle that produced this response.

    The final ConversationMessage generated by the AI, which has also been persisted.