Replies: 1 comment
-
just saw, that there are allready two open cases for this point: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After upgrading from bet version 8 to 10 i am facing these errors: The requested operation requires an element of type 'String', but the target element has type 'Object'.
The error is thrown while streaming the results:
CollectionResult streamingUpdates = AssistantClient.CreateRunStreaming(
Thread, Assistant, new RunCreationOptions() { AdditionalInstructions = _startMessage, });
foreach (StreamingUpdate streamingUpdate in streamingUpdates)
the sixt update causes the problem.
Beta Was this translation helpful? Give feedback.
All reactions