Skip to content

Commit fd128d8

Browse files
committed
Mention custom_selector for Coupled component updates bullet
1 parent cad959b commit fd128d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/api/optimizers/GEPA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Consider implementing a custom instruction proposer when you need:
124124
- **Nuanced control on limits and length constraints**: Have more fine-grained control over instruction length, format, and structural requirements
125125
- **Domain-specific information**: Inject specialized knowledge, terminology, or context that the default proposer lacks and cannot be provided via feedback_func. This is an advanced feature, and most users should not need to use this.
126126
- **Provider-specific prompting guides**: Optimize instructions for specific LLM providers (OpenAI, Anthropic, etc.) with their unique formatting preferences
127-
- **Coupled component updates**: Handle situations where 2 or more components need to be updated together in a coordinated manner, rather than optimizing each component independently
127+
- **Coupled component updates**: Handle situations where 2 or more components need to be updated together in a coordinated manner, rather than optimizing each component independently (refer to component_selector parameter, in Custom Component Selection section, for related functionality)
128128
- **External knowledge integration**: Connect to databases, APIs, or knowledge bases during instruction generation
129129

130130
### Available Options

0 commit comments

Comments
 (0)