fix: unify context limit resolution behind provider API (#11213)
Signed-off-by: Jack Amadeo <jackamadeo@squareup.com>
This commit is contained in:
@@ -862,6 +862,21 @@
|
||||
"throws": null,
|
||||
"isAsync": false
|
||||
},
|
||||
{
|
||||
"name": "context_limit",
|
||||
"docs": "",
|
||||
"params": [
|
||||
{
|
||||
"name": "model",
|
||||
"type": "ProviderModelConfig",
|
||||
"default": null,
|
||||
"docs": ""
|
||||
}
|
||||
],
|
||||
"returns": "u64",
|
||||
"throws": "GooseError",
|
||||
"isAsync": true
|
||||
},
|
||||
{
|
||||
"name": "stream",
|
||||
"docs": "",
|
||||
|
||||
Reference in New Issue
Block a user