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
Hmm, thanks for raising, I'll try to take a look. Would you mind sharing a bit more of your code?
"I can't find the code; I just remember about the tool's function call. When I forget to post the function call parameter, it returns nil, but it has a fatal error.
stream := c.client.Chat.Completions.NewStreaming(ctx, params) if err := stream.Err(); err != nil { panic(err) }
When I debug the code in the
packages/ssestream/streaming.go
func (s *eventStreamDecoder) Next() bool,I get the error message.it just don't return.
The text was updated successfully, but these errors were encountered: