Skip to content

chatlas 0.13.2

Latest

Choose a tag to compare

@cpsievert cpsievert released this 02 Oct 19:13
· 40 commits to main since this release

Improvements

  • ContentToolResult's .get_model_value() method now calls .to_json(orient="record") (instead of .to_json()) when relevant. As a result, if a tool call returns a Pandas DataFrame (or similar), the model now receives a less confusing (and smaller) JSON format. (#183)

Bug fixes

  • ChatAzureOpenAI() and ChatDatabricks() now work as expected when a OPENAI_API_KEY environment variable isn't present. (#185)