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

Add tables for each tool #12

Open
CakeCrusher opened this issue Apr 7, 2024 · 0 comments
Open

Add tables for each tool #12

CakeCrusher opened this issue Apr 7, 2024 · 0 comments
Labels

Comments

@CakeCrusher
Copy link
Contributor

Given the depth of the OpenAI Pydantic classes, I am lead to belive that OpenAI might store the individual tools as their own objects (as opposed to just JSON objects in the Run Steps column) much like the Messages objects. Although this is certainly more organized it adds a high level of complexity. Until there is a strong motive for this we should abstain from subdividing tools, and instead just resort to pydantic for typing and organize things within the backend.

Pros

  • more modular access to tools
    • enables evaluation of tool usage

Cons

  • technical complexity
  • joins required
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant