CF Workers Telegram Bot - v12.6.20
Preparing search index...
streamAiResponseToTelegram
Function streamAiResponseToTelegram
streamAiResponseToTelegram
(
bot
:
TelegramExecutionContext
,
ai
:
any
,
modelId
:
string
,
messages
:
any
[]
,
task
:
any
,
tools
?:
any
[]
,
)
:
Promise
<
string
>
Stream AI response to Telegram, with periodic updates to avoid rate limits.
Parameters
bot
:
TelegramExecutionContext
ai
:
any
modelId
:
string
messages
:
any
[]
task
:
any
tools
:
any
[]
= []
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
CF Workers Telegram Bot - v12.6.20
Loading...
Stream AI response to Telegram, with periodic updates to avoid rate limits.