From 90037e9145b1d1dfda735983fbcaaa3a0a428128 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 14 Apr 2024 17:40:30 +0900 Subject: [PATCH] Update how_does_agenta_work.mdx accomodate -> accommodate --- docs/developer_guides/how_does_agenta_work.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer_guides/how_does_agenta_work.mdx b/docs/developer_guides/how_does_agenta_work.mdx index b4519d395e..64a97ea850 100644 --- a/docs/developer_guides/how_does_agenta_work.mdx +++ b/docs/developer_guides/how_does_agenta_work.mdx @@ -10,7 +10,7 @@ To build a robust LLM application, you need to: 1. **Rapidly experiment and evaluate** various prompts, models, and architectures/workflows (RAG, chain-of-prompts, etc..). 2. **Collaborate with non-developers**, such as product managers or domain experts. -While some tools exist that help doing the first point via a user interface, they are typically limited to pre-built single-prompt applications and fail to accomodate custom workflows or application logic. +While some tools exist that help doing the first point via a user interface, they are typically limited to pre-built single-prompt applications and fail to accommodate custom workflows or application logic. ## How does Agenta solve this problem?