Charlie Jonas

Results 204 comments of Charlie Jonas

@Delgan gotcha... I just put a work around in place. Sounds like once ya'll remove "formatting of **kwargs", I could probably swap back and everything would just work. ```py class...

The AI answer is confused. According to the docs `onError` in the react component SHOULD run. It seems like this particular error isn't getting returned. Also, putting `onError` on the...

Seems like if the AgentService fails to respond properly, the copilot service will crash with an unhandled promise rejection (at least when running the `copilotRuntimeNodeHttpEndpoint`). ``` Run error { type:...

@tylerslaton Seems like it now longer crashes the service with an `unhandled promise rejection`, but I'm still not seeing the error hit the front end in any way. I set...