Expand description
App resource types and methods mirroring the JS SDK’s resources/app.ts.
Structs§
- App
- Top-level application information.
- AppLog
Params - Parameters for
POST /log. - AppPath
- Filesystem paths used by the application.
- AppProviders
Response - Response from
GET /config/providers. - AppResource
- Provides access to the App-related API endpoints.
- AppTime
- Timing metadata.
- Mode
- An operational mode with associated tools and optional model override.
- Mode
Model - Model reference used inside a
Mode. - Model
- A language-model definition exposed by a provider.
- Model
Cost - Per-token cost information for a
Model. - Model
Limit - Token limits for a
Model. - Provider
- An LLM provider definition.
Enums§
- LogLevel
- Log level for
AppLogParams.
Type Aliases§
- AppInit
Response - Type alias for
POST /app/initresponse. - AppLog
Response - Type alias for
POST /logresponse. - AppModes
Response - Type alias for
GET /moderesponse.