Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding task_Info #51

Merged
merged 1 commit into from
May 28, 2024
Merged

adding task_Info #51

merged 1 commit into from
May 28, 2024

Conversation

recursix
Copy link
Collaborator

No description provided.

@recursix recursix requested a review from gasse May 28, 2024 16:52
@@ -290,13 +291,16 @@ class StepInfo:
agent_info: dict = field(default_factory=dict)
stats: dict = None
profiling: StepTimestamps = field(default_factory=StepTimestamps)
task_info: dict = None
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not just adding env_info here? If we put more stuff in there in the future, it will be readily available without the need to patch StepInfo.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

talked offline

@gasse gasse merged commit c53647d into main May 28, 2024
9 checks passed
@gasse gasse deleted the task_info branch May 28, 2024 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants