News

In Python, a SyntaxError happens when the interpreter finds code that does not conform to the rules of the Python language.
This comes from the tracing code’s Scope.reset_current_trace(token) call in Trace.finish(), because the token was set in the parent task’s context but is being reset in the spawned Task’s context. To ...
When using ChatCompletionAgent instances as plugins with GoogleAIChatCompletion service, the application crashes with ValueError: Unknown field for Schema: anyOf during schema conversion from Semantic ...