Namespace JD.AI.Dashboard.Wasm.Models
Classes
- ApiKeyDisplayModel
Represents an API key for display in the dashboard (values are masked).
- ControlOverviewSnapshotModel
Derived display model for the Control > Overview page.
- CreateApiKeyRequest
Request to create a new API key.
- CreateApiKeyResponse
Response after creating an API key (contains the full key).
- GatewayConfigModel
Full gateway config matching Gateway:Config section shape.
- GlobalMessageSettingsModel
Global messaging settings for all channels.
- ModelParameters
Tunable model inference parameters (Ollama, OpenAI, etc.).
- RecentSessionRow
Recent session row for the overview table.
- RotateApiKeyResponse
Response after rotating an API key.
- RoutingMapping
The routing API returns Dictionary<string, string> (channelType → agentId). This wrapper is used by the UI for structured display and editing.