This commit is contained in:
Quan HL
2025-04-14 09:18:12 +07:00
parent 8c00eb02ed
commit f567d985a0

View File

@@ -531,13 +531,13 @@ test("validate correct verbs", async (t) => {
"apiKey": "sk-1234567890abcdefg"
},
"llmOptions": {
firstSpeaker: 'FIRST_SPEAKER_AGENT',
"firstSpeaker": 'FIRST_SPEAKER_AGENT',
},
"mcpServer": {
url: 'https://mcp.example.com',
auth: {
username: 'username',
password: 'password'
"url": 'https://mcp.example.com',
"auth": {
"username": 'username',
"password": 'password'
}
}
}