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

Access to tool calls and tool outputs in post_run_hook #835

Merged
merged 2 commits into from
Feb 8, 2024

Conversation

salman1993
Copy link
Contributor

@salman1993 salman1993 commented Feb 8, 2024

Usage example:

class CustomAssistant(Assistant):
    def post_run_hook(self, run: "Run", tool_calls, tool_outputs):
        print(f"\n\nPost run hook")
        print(f"tool_calls: {tool_calls}")
        print(f"tool_outputs: {tool_outputs}")

ai = CustomAssistant(
    name="CustomAssistant",
    instructions="You are a helpful assistant."
)

@zzstoatzz zzstoatzz merged commit f786d4f into PrefectHQ:main Feb 8, 2024
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