Skip to content

Commit 72f5ecb

Browse files
committed
feat(gepa): add tool description optimization for multi-agent systems
1 parent deeb010 commit 72f5ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dspy/teleprompt/gepa/gepa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def metric(
253253
Note: When both instruction_proposer and reflection_lm are set, the instruction_proposer is called
254254
in the reflection_lm context. However, reflection_lm is optional when using a custom instruction_proposer.
255255
Custom instruction proposers can invoke their own LLMs if needed.
256-
component_selector: Custom component selector implementing the [ReflectionComponentSelector](https://github.com/gepa-ai/gepa/blob/main/src/gepa/proposer/reflective_mutation/base.py) protocol,
256+
component_selector: Custom component selector implementing the ReflectionComponentSelector protocol,
257257
or a string specifying a built-in selector strategy. Controls which components (predictors) are selected
258258
for optimization at each iteration. Defaults to 'round_robin' strategy which cycles through components
259259
one at a time. Available string options: 'round_robin' (cycles through components sequentially),

0 commit comments

Comments
 (0)