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

Tool call per message #3025

Merged
merged 7 commits into from
Nov 3, 2024
Merged

Tool call per message #3025

merged 7 commits into from
Nov 3, 2024

Conversation

pablonyx
Copy link
Contributor

@pablonyx pablonyx commented Nov 1, 2024

Description

One tool call per message

First in a sequence of changes

Copy link

vercel bot commented Nov 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
internal-search ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 3, 2024 6:37pm

@@ -779,6 +779,8 @@ def stream_chat_message_objects(
img_generation_response = cast(
list[ImageGenerationResponse], packet.response
)
print(img_generation_response[0].__dict__)
Copy link
Contributor

Choose a reason for hiding this comment

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

Did we mean to leave these in?

@pablonyx pablonyx force-pushed the tool_call_per_message branch from 92c49b5 to bd0259c Compare November 3, 2024 18:29
@pablonyx pablonyx added this pull request to the merge queue Nov 3, 2024
@pablonyx pablonyx removed this pull request from the merge queue due to a manual request Nov 3, 2024
@pablonyx pablonyx merged commit 51b79f6 into main Nov 3, 2024
6 of 7 checks passed
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