fixup format parsing

This commit is contained in:
Sean Goedecke
2025-08-05 22:21:28 +00:00
parent 866ae2b5d7
commit e44da102bf
3 changed files with 3 additions and 3 deletions

View File

@@ -141,7 +141,7 @@ export async function mcpInference(
// Add a user message requesting JSON format and try again
messages.push({
role: 'user',
content: `Please provide your response in the exact ${request.responseFormat} format specified.`,
content: `Please provide your response in the exact ${request.responseFormat.type} format specified.`,
})
finalMessage = true