Skip to content

Tool enhancements#36

Merged
guillaq merged 6 commits intomainfrom
guillaume/tool-enhancements
Feb 4, 2025
Merged

Tool enhancements#36
guillaq merged 6 commits intomainfrom
guillaume/tool-enhancements

Conversation

@guillaq
Copy link
Collaborator

@guillaq guillaq commented Feb 3, 2025

@linear
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