Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterEchoTool ¶
func RegisterEchoTool(registry *tool_registry.Registry) error
func RegisterFetchTool ¶
func RegisterFetchTool(registry *tool_registry.Registry) error
func RegisterPromptoTools ¶ added in v0.0.9
func RegisterPromptoTools(registry *tool_registry.Registry) error
RegisterPromptoTools registers tools for interacting with prompto: prompto_list: Lists all available prompto configurations prompto_get: Gets a specific prompto content by name
func RegisterSQLiteSessionTools ¶ added in v0.0.9
func RegisterSQLiteSessionTools(registry *tool_registry.Registry) error
RegisterSQLiteSessionTools registers three tools: sqlite_open, sqlite_query, and sqlite_close. sqlite_open: Opens a SQLite database and stores the connection in the session. sqlite_query: Executes queries against the session's open database or a default one. sqlite_close: Closes the SQLite database connection stored in the session.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.