MCPcopy Create free account
hub / github.com/YougLin-dev/amp-server / ConfigSetting

Class ConfigSetting

api/src/user/internal.rs:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163
164#[derive(Debug, Serialize, Deserialize)]
165pub struct ConfigSetting {
166 pub key: String,
167 pub value: String,
168}
169
170#[derive(Debug, Serialize, Deserialize)]
171pub struct SystemPromptData {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected