interface RetrievalCallDelta {
    arguments: RetrievalCallArguments;
    retrieval_type?: RetrievalCallDeltaRetrievalType;
    signature?: string;
    type: "retrieval_call";
}

Hierarchy

  • RetrievalCallDelta$
    • RetrievalCallDelta

Properties

The arguments to pass to Retrieval tools.

The type of retrieval tools.

signature?: string

A signature hash for backend validation.

type: "retrieval_call"