Skip to content

Tool enhancements #36

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

Merged
merged 6 commits into from
Feb 4, 2025
Merged

Tool enhancements #36

merged 6 commits into from
Feb 4, 2025

Conversation

guillaq
Copy link
Collaborator

@guillaq guillaq commented Feb 3, 2025

Copy link

linear bot commented Feb 3, 2025

WOR-3531 Feedback on TOOL SDK

  • avoid throwing an exception when a partial output is available -> WOR-3554
  • document async tools
  • allow the agent decorator to take the same parameters as the run function to provide defaults (not a priority)
  • fix and test tool introspection
  • add mention about minItems / maxItems and other extra json schemas in the README
  • sanitize schemas: treat optional and nullable fields the same
images: list[Image] | None = None

images: list[Image] = []
  • add doc about accessing a run metadata and cost
  • Add import for models to the readme from workflowai import Model
  • add full example for having a python script that runs. Maybe a CLI tool with a reply using typer in the examples
  • add documentation about reply

@guillaq guillaq merged commit 64570aa into main Feb 4, 2025
5 checks passed
@guillaq guillaq deleted the guillaume/tool-enhancements branch February 4, 2025 01:50
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.

1 participant