experimental
autogen.tools.experimental.TelegramRetrieveTool
TelegramRetrieveTool
Retrieves messages from a Telegram channel.
Initialize the TelegramRetrieveTool.
Name | Description |
---|---|
**kwargs |
Instance Attributes
description
func
function_schema
Get the schema for the function.
This is the old way of handling function calls with OpenAI and compatible frameworks.
It is provided for backward compatibility.
name
realtime_tool_schema
Get the schema for the tool.
This is the preferred way of handling function calls with OpeaAI and compatible frameworks.
tool_schema
Get the schema for the tool.
This is the preferred way of handling function calls with OpeaAI and compatible frameworks.
Instance Methods
register_for_execution
Call self as a function.
Parameters:Name | Description |
---|---|
*args | |
**kwargs |
register_for_llm
Call self as a function.
Parameters:Name | Description |
---|---|
*args | |
**kwargs |
register_tool
Call self as a function.
Parameters:Name | Description |
---|---|
*args | |
**kwargs |