Skip to content

Commit e587a0b

Browse files
committed
docs(gepa): remove discouraging recommendation from custom proposer section
Users reading this section want to learn how to implement custom proposers for ReAct - don't discourage them from doing so
1 parent a1a7d69 commit e587a0b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/docs/api/optimizers/GEPA/GEPA_Advanced.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -731,8 +731,6 @@ for tool_name, tool in optimized_agent.tools.items():
731731
- GEPA still does discovery and JSON serialization, but YOU handle the optimization logic
732732
- ReAct components are passed with keys like `"react_module"` or `"react_module:agent_name"`
733733

734-
**Recommendation:** For most use cases, don't provide a custom `instruction_proposer` when using ReAct modules. Let GEPA use the specialized `ReActModuleProposer` which jointly optimizes all 4 ReAct components.
735-
736734
#### Implementing a Custom Proposer for ReAct
737735

738736
If you need custom logic, you must handle ReAct components yourself. ReAct components are stored as JSON strings containing all 4 parts:

0 commit comments

Comments
 (0)