0.0.6
Added
tools
parameter: Introduced in theclient.run()
function to enable custom tool functionality.ToolFunctionParam
class: Added for enhanced type-checking when building client functions.- New message types:
ToolInvoke
andToolResult
messages are now supported for handling function calling.
Changed
- StartConversation message: Updated to include the
tools
parameter.