Skip to content

Commit

Permalink
docs: customization guide
Browse files Browse the repository at this point in the history
  • Loading branch information
lyie28 committed May 21, 2024
1 parent 38ab2aa commit 31b5d6d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/docs/get-started/customization.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Customizing your Agent

Our Web Agents have the following customizable elemnets: LLM, multi-modal LLM (`mm_llm`), embedding model (`embedding`), retriever (`retriever`), prompt template (`prompt_template`) & clearning function (`extractor`).
Our Web Agents have the following customizable elements:

- 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.

Expand Down

0 comments on commit 31b5d6d

Please sign in to comment.