Skip to content

Commit 029af45

Browse files
committed
comment
1 parent 072a261 commit 029af45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eval_protocol/pytest/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
class RolloutProcessorConfig:
4040
model: ModelParam
4141
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
42+
mcp_config_path: str
43+
server_script_path: Optional[str] = None # TODO: change from server_script_path to mcp_config_path for agent rollout processor
4444
max_concurrent_rollouts: int = 8 # maximum number of concurrent rollouts
4545
steps: int = 30 # max number of rollout steps
4646

0 commit comments

Comments
 (0)