reduce schema

This commit is contained in:
Roy Han
2026-03-11 17:58:42 -07:00
parent d2a4a8bbd7
commit 1c435e54eb
23 changed files with 21 additions and 109 deletions

View File

@@ -36,10 +36,6 @@ pub enum UserMessageType {
Prompt,
PromptSteering,
PromptQueued,
PromptWithIdeContext,
AgentsMdDefault,
AgentsMdCustom,
EnvironmentContext,
}
#[derive(Debug, Clone, Default, Deserialize, Serialize, TS, JsonSchema, PartialEq, Eq)]