Skip to content

0.0.6

Compare
Choose a tag to compare
@dumitrugutu dumitrugutu released this 18 Nov 15:28
· 28 commits to main since this release
2d86235

Added

  • tools parameter: Introduced in the client.run() function to enable custom tool functionality.
  • ToolFunctionParam class: Added for enhanced type-checking when building client functions.
  • New message types: ToolInvoke and ToolResult messages are now supported for handling function calling.

Changed

  • StartConversation message: Updated to include the tools parameter.