Skip to content

Commit

Permalink
(fix)[Agent] fix human name
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaisonneuve committed Jan 20, 2025
1 parent a7b518d commit feac965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gws_core/impl/agent/env_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def run_after_task(self) -> None:

@classmethod
def get_dynamic_param_config(cls) -> DynamicParam:
return DynamicParam(human_name="Waoooow", short_description="HEHEL ES MECS")
return DynamicParam()

@classmethod
def build_config_params_dict(cls, code: str, params: Dict[str, Any], env: str) -> ConfigParamsDict:
Expand Down

0 comments on commit feac965

Please sign in to comment.