create_tool_conversation()

Create a ToolEnabledConversation with default settings.

Usage

Source

create_tool_conversation()

This is a convenience factory that returns a new conversation backed by the global tool registry, with auto_tools enabled and tool_confirmation disabled.

Returns

ToolEnabledConversation
A ready-to-use conversation with tool support.

Examples

import talk_box as tb

conv = tb.create_tool_conversation()
conv.get_available_tools()