Configure Annotation Reply
Available for: Chatflow, Chatbot, Agent apps.
Enables or disables the annotation reply feature. The request body is validated before the action runs, so embedding_provider_name, embedding_model_name, and score_threshold are required for both enable and disable. Executes asynchronously; use Get Annotation Reply Job Status to track progress.
Authorizations
API Key authentication. For all API requests, include your API Key in the Authorization HTTP Header, prefixed with Bearer. Example: Authorization: Bearer {API_KEY}. Strongly recommend storing your API Key on the server-side, not shared or stored on the client-side, to avoid possible API-Key leakage that can lead to serious consequences. Requests with a missing or invalid API key fail with HTTP 401 and error code unauthorized.
Path Parameters
Action to perform.
enable, disable Body
Request body for configuring annotation reply settings.
Name of the embedding model provider (e.g., openai, cohere).
Name of the embedding model to use for annotation matching (e.g., text-embedding-3-small).
Minimum similarity score for an annotation to be considered a match. Higher values require closer matches.
Response
Annotation reply settings task initiated.
Asynchronous job ID. Use with Get Annotation Reply Job Status to track progress.
Current job status: waiting (queued) or processing (in progress). completed and error are returned only by Get Annotation Reply Job Status.