Skip to content

v1.0.2

Latest

Choose a tag to compare

@weedon-openai weedon-openai released this 09 Oct 21:28
· 11 commits to main since this release
a231f62
  • Loosen the type of chatkit.agents.ClientToolCall.arguments from dict[str, str] to dict[str, Any]. ClientToolCall.arguments can be any JSON serializable object.