Skip to content

Commit b7c3866

Browse files
ByteBakerCopilot
andcommitted
Update crates/rmcp/src/model/elicitation_schema.rs
Co-authored-by: Copilot <[email protected]>
1 parent e8adf03 commit b7c3866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rmcp/src/model/elicitation_schema.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const_string!(StringTypeConst = "string");
3131
const_string!(NumberTypeConst = "number");
3232
const_string!(IntegerTypeConst = "integer");
3333
const_string!(BooleanTypeConst = "boolean");
34-
const_string!(EnumTypeConst = "enum");
34+
const_string!(EnumTypeConst = "string");
3535

3636
// =============================================================================
3737
// PRIMITIVE SCHEMA DEFINITIONS

0 commit comments

Comments
 (0)