interface AgentStreamAnswerRequest {
    prompt: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

prompt: string

Generated using TypeDoc