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

Class ThreadEnvironment

api/src/user/internal.rs:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106#[derive(Debug, Serialize, Deserialize)]
107pub struct ThreadEnvironment {
108 pub initial: InitialEnvironment,
109 #[serde(rename = "systemPromptData")]
110 pub system_prompt_data: SystemPromptData,
111}
112
113#[derive(Debug, Serialize, Deserialize)]
114pub struct InitialEnvironment {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected