AgenticRetrieveStreamRequest
Request structure for the agentic retrieve stream operation.
Types
Properties
Link copied to clipboard
Configuration settings for the agentic retrieval operation.
Link copied to clipboard
Whether to generate a response based on the retrieved results.
Link copied to clipboard
The list of messages for the agentic retrieval conversation.
Link copied to clipboard
Policy configuration for guardrails and content filtering.
Link copied to clipboard
The list of retrievers to use for agentic retrieval.
Link copied to clipboard
Contains information about the user making the request. This is used for access control filtering to ensure that retrieval results only include documents the user is authorized to access.
Functions
Link copied to clipboard
inline fun copy(block: AgenticRetrieveStreamRequest.Builder.() -> Unit = {}): AgenticRetrieveStreamRequest