You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively I was thinking if we could return content as multiple parts in the same message like this
"message": {
"role": "assistant",
"content": [
{
"type": "text",
"text": "The user asked a basic arithmetic question. I need to calculate the result of 2 + 2.\nHi there!"
},
{
"type": "text",
"text": "2 + 2 = 4\n"
}
],
This isn't openai compliant, but I'm thinking we shouldn't really club reasoning and response tokens together
What Would You Like to See with the Gateway?
This new model from google returns multiple text parts in the response. Sample response
OpenAI schema has only one message per generation
Proposed solution:
There's really no 1:1 mapping for this from the schema, but we could merge two content parts.
Context for your Request
No response
Your Twitter/LinkedIn
No response
The text was updated successfully, but these errors were encountered: