AskSQL API Reference (core v0.10.0)
GitHub
Preparing search index...
@asksql/core
callModel
Function callModel
callModel
(
input
:
LlmCallInput
)
:
Promise
<
LlmCallResult
>
Call the model with an overall timeout and bounded, jittered retries; auth failures never retry.
Parameters
input
:
LlmCallInput
Returns
Promise
<
LlmCallResult
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
GitHub
AskSQL API Reference (core v0.10.0)
Loading...
Call the model with an overall timeout and bounded, jittered retries; auth failures never retry.