fix: unify context limit resolution behind provider API (#11213)

Signed-off-by: Jack Amadeo <jackamadeo@squareup.com>
This commit is contained in:
Jack Amadeo
2026-08-26 14:34:16 +00:00
committed by GitHub
parent 73b9938d73
commit 6357f73ea5
62 changed files with 1547 additions and 679 deletions
+15
View File
@@ -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": "",