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 76b5239 commit 346019e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/get-started/customization.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Customizing your Agent

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.
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 cleaning function (`extractor`) used as part of the Agent's AI pipeline.

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

Expand Down

0 comments on commit 346019e

Please sign in to comment.