interface AgenticaRequestEvent {
    body: ChatCompletionCreateParamsStreaming;
    options?: RequestOptions;
    source: AgenticaEventSource;
    type: "request";
}

Hierarchy

  • AgenticaEventBase<"request">
    • AgenticaRequestEvent

Properties

body: ChatCompletionCreateParamsStreaming
options?: RequestOptions
type: "request"

Discriminator type.