Learn how to customize the behavior and performance of your agents
Default System Prompt
Default No Retrieval System Prompt
no_retrieval_system_prompt
. If it is an addressable question, the RAG pipeline as configured is executed.on
or off
. When enabled, the user’s original query will be rewritten according to the instructions set out in the prompt, guided by any provided examples. If no prompt or examples are given, the default prompt is used.
Default Query Reformulation Prompt
on
or off
. When enabled, the module will break down complex and compound queries into a series of simpler queries. Each sub-query will have individual retrievals, which are then intelligently combined prior to any subsequent reranking, filtering, or generation steps. Simple queries, as judged by the model, will not be decomposed.