Rashin Arab
Rashin Arab
### System Info Massive client changes as of this pr: https://github.com/anthropics/anthropic-sdk-python/commit/8d1d6af6527a3ef80b74dc3a466166ab7df057df Installing the latest anthropic client will cause langchain Anthropic LLM utiltiies to fail. Looks like api_url no longer exists...
### Description Azure recently added async content filtering which outputs a filter annotation at end of streaming tokens with this structure: https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/content-filter?tabs=warning%2Cpython-new#annotation-message ``` data: { "id": "", "object": "", "created":...
There’s an issue with mac silicion+intellij, whereby gradle process executor is not respecting path environment variables. This gets around that by using a fix for the plugin whereby we attempt...
Noticed this with one of our customers: j.l.IllegalStateException: Expected BEGIN_OBJECT but was BEGIN_ARRAY at line 1 column 265032 path $.messages[115].attachments[0].list_records[0].fields[1].message See https://github.com/google/gson/blob/main/Troubleshooting.md#unexpected-json-structure at c.g.g.s.JsonReader.unexpectedTokenError(JsonReader.java:1768) at c.g.g.s.JsonReader.beginObject(JsonReader.java:469) at c.g.g.i.b.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:509) ... 43...
For one of our customers, we hit this deserialization issue with 1.45.2 of the sdk. Got an exception while calling conversations.history API (team: ****, error: java.lang.IllegalStateException: Not a JSON Object:...