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

Backmerge main to dev for v0.24.2 #733

Merged
merged 9 commits into from
Apr 8, 2024

Conversation

andrewfrench
Copy link
Member

@andrewfrench andrewfrench commented Apr 4, 2024

Merge hotfix changes since v0.24.0 into dev. This merge is coming from tmp/240404_backmerge-main-to-dev to handle conflicts without creating extra commits to main.

@andrewfrench andrewfrench changed the title Backmerge main to dev Backmerge main to dev for v0.24.2 Apr 4, 2024
@andrewfrench andrewfrench marked this pull request as ready for review April 4, 2024 19:25
@@ -93,7 +93,7 @@ def default_system_template_generator(self, _: PromptTask) -> str:
return J2("tasks/toolkit_task/system.j2").render(
rulesets=J2("rulesets/rulesets.j2").render(rulesets=self.all_rulesets),
action_names=str.join(", ", [tool.name for tool in self.tools]),
actions_schema=utils.minify_json(json.dumps(schema)),
actions_schema=utils.minify_json(json.dumps(self.actions_schema().json_schema("Actions Schema"))),
Copy link
Member

Choose a reason for hiding this comment

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

I think this is incorrect, should be schema

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks, looks like I way overcomplicated that merge conflict. It's one commit on main!

@collindutter collindutter merged commit 44b0653 into dev Apr 8, 2024
6 checks passed
@collindutter collindutter deleted the tmp/240404_backmerge-main-to-dev branch April 8, 2024 18:53
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.

None yet

3 participants