We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 072a261 commit 029af45Copy full SHA for 029af45
1 file changed
eval_protocol/pytest/types.py
@@ -39,8 +39,8 @@
39
class RolloutProcessorConfig:
40
model: ModelParam
41
input_params: RolloutInputParam # optional input parameters for inference
42
- mcp_config_path: str = "" # for agent rollout processor
43
- server_script_path: Optional[str] = None # path to MCP server script
+ mcp_config_path: str
+ server_script_path: Optional[str] = None # TODO: change from server_script_path to mcp_config_path for agent rollout processor
44
max_concurrent_rollouts: int = 8 # maximum number of concurrent rollouts
45
steps: int = 30 # max number of rollout steps
46
0 commit comments