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

feat: initial work on tools #185

Closed
wants to merge 7 commits into from
Closed

feat: initial work on tools #185

wants to merge 7 commits into from

Conversation

dereklegenzoff
Copy link
Contributor

@dereklegenzoff dereklegenzoff commented Jan 27, 2025

Currently this PR implements gsx.Tool and shows an example of using it.

1/27 update:

  • Pushed changes to wire up tools to the chat completion request
  • Support responses in streaming and non-streaming context

const tool = Object.assign(component, {
schema: config.schema,
description: config.description,
function: config.function,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this needs to call gsx.execute

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant