NonStreamingQuerySource:
    | string
    | { context?: IActionContext; type?: string; value: string }
    | { context?: Record<string, any>; type?: string; value: string }