We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988280f commit 8c05fd0Copy full SHA for 8c05fd0
1 file changed
mistralrs-server/src/mcp_server.rs
@@ -121,19 +121,9 @@ impl ChatTool {
121
"temperature".to_string(),
122
json!({
123
"type": "number",
124
- "description": "Sampling temperature between 0 and 1",
+ "description": "Sampling temperature between 0 and 2",
125
"minimum": 0.0,
126
- "maximum": 1.0
127
- })
128
- .as_object()
129
- .unwrap()
130
- .clone(),
131
- );
132
- properties.insert(
133
- "systemPrompt".to_string(),
134
- json!({
135
- "type": "string",
136
- "description": "Optional system prompt to prepend to the conversation"
+ "maximum": 2.0
137
})
138
.as_object()
139
.unwrap()
0 commit comments