We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Invalid argument(s): thread.message.incomplete is not one of the supported values: thread.created, thread.run.created, thread.run.queued, thread.run.in_progress, thread.run.requires_action, thread.run.completed, thread.run.failed, thread.run.cancelling, thread.run.cancelled, thread.run.expired, thread.run.step.created, thread.run.step.in_progress, thread.run.step.delta, thread.run.step.completed, thread.run.step.failed, thread.run.step.cancelled, thread.run.step.expired, thread.message.created, thread.message.in_progress, thread.message.delta, thread.message.completed, thread.message.failed, error, done #0 $enumDecode (package:json_annotation/src/enum_helpers.dart:83:5) #1 _$$MessageStreamEventImplFromJson (package:openai_dart/src/generated/schema/schema.g.dart:6618:14) #2 new _$MessageStreamEventImpl.fromJson (package:openai_dart/src/generated/schema/schema.freezed.dart:74515:7) #3 _OpenAIAssistantStreamTra<…>
thread.message.incomplete
await _client.cancelThreadRun(threadId: _threadId, runId: _runId!);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
System Info
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Invalid argument(s):
thread.message.incomplete
is not one of the supported values: thread.created, thread.run.created, thread.run.queued, thread.run.in_progress, thread.run.requires_action, thread.run.completed, thread.run.failed, thread.run.cancelling, thread.run.cancelled, thread.run.expired, thread.run.step.created, thread.run.step.in_progress, thread.run.step.delta, thread.run.step.completed, thread.run.step.failed, thread.run.step.cancelled, thread.run.step.expired, thread.message.created, thread.message.in_progress, thread.message.delta, thread.message.completed, thread.message.failed, error, done#0 $enumDecode (package:json_annotation/src/enum_helpers.dart:83:5)
#1 _$$MessageStreamEventImplFromJson (package:openai_dart/src/generated/schema/schema.g.dart:6618:14)
#2 new _$MessageStreamEventImpl.fromJson (package:openai_dart/src/generated/schema/schema.freezed.dart:74515:7)
#3 _OpenAIAssistantStreamTra<…>
Related Components
Reproduction
await _client.cancelThreadRun(threadId: _threadId, runId: _runId!);
Expected behavior
thread.message.incomplete
The text was updated successfully, but these errors were encountered: