query()
Home > @gooddata/sdk-backend-spi > IChatThreadQuery > query
IChatThreadQuery.query() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Execute the chat thread.
Signature:
query(options?: {
        signal?: AbortSignal;
    }): Promise<IGenAIChatEvaluation>;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| options | { signal?: AbortSignal; } | (Optional) | 
Returns:
Promise<IGenAIChatEvaluation>