/
Alex_Ural
/
opencode
Обзор
Документация
Войти
/
Alex_Ural
/
opencode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/llm/src/index.ts
33 строки
963 B
Kit Langton
fix(core): recover v2 context overflow (#31005)
05 июн 2026, 23:05
Не верифицирован
05 июн 2026, 23:05
820c984
Код
Авторство
О чём код?
export { LLMClient } from "./route/client" export { Auth } from "./route/auth" export { Provider } from "./provider" export { isContextOverflow, isContextOverflowFailure } from "./provider-error" export type { RouteModelInput, RouteRoutedModelInput, Interface as LLMClientShape, Service as LLMClientService, } from "./route/client" export * from "./schema" export { Tool, ToolFailure, toDefinitions } from "./tool" export { ToolRuntime } from "./tool-runtime" export type { DispatchResult as ToolDispatchResult, ToolSettlement } from "./tool-runtime" export type { AnyExecutableTool, AnyTool, ExecutableTool, ExecutableTools, Tool as ToolShape, ToolExecute, ToolExecuteContext, ToolModelOutputInput, Tools, ToolSchema, ToolToModelOutput, } from "./tool" export * as LLM from "./llm" export type { Definition as ProviderDefinition, ModelFactory as ProviderModelFactory, ModelOptions as ProviderModelOptions, } from "./provider"