From 76b5239e7a11bcce829f28df7f8c6336ac8c09e9 Mon Sep 17 00:00:00 2001 From: lyie28 Date: Tue, 21 May 2024 17:32:16 +0200 Subject: [PATCH] docs: customization guide --- docs/docs/get-started/customization.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/docs/docs/get-started/customization.md b/docs/docs/get-started/customization.md index 8e09cf46..fe350bd7 100644 --- a/docs/docs/get-started/customization.md +++ b/docs/docs/get-started/customization.md @@ -1,15 +1,8 @@ # Customizing your Agent -Our Web Agents have the following customizable elements: +When using our Web Agents, you can customize the LLM, multi-modal LLM (`mm_llm`), embedding model (`embedding`), retriever (`retriever`), prompt template (`prompt_template`) and clearning function (`extractor`) used as part of the Agent's AI pipeline. -- LLM -- Multi-modal LLM (`mm_llm`) -- Embedding model (`embedding`) -- Retriever (`retriever`) -- Prompt template (`prompt_template`) -- clearning function (`extractor`) - -These are the attributes of a `Context` object, which can be passed to the Action Engine and World Model. +These are attributes of a `Context` object, which can be optionally passed to the `Action Engine` and `World Model`, which in turn are passed to the `Web Agent`. !!! info "Modifiable elements"