CF Workers Telegram Bot - v12.6.20
Preparing search index...
customRunWithTools
Function customRunWithTools
customRunWithTools
(
ai
:
any
,
model
:
string
,
input
:
{
messages
:
any
[]
;
tools
?:
any
[]
}
,
config
:
{
streamFinalResponse
:
boolean
}
,
)
:
Promise
<
any
>
Custom runner that supports tool calls across different AI models.
Parameters
ai
:
any
model
:
string
input
:
{
messages
:
any
[]
;
tools
?:
any
[]
}
config
:
{
streamFinalResponse
:
boolean
}
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
CF Workers Telegram Bot - v12.6.20
Loading...
Custom runner that supports tool calls across different AI models.