mirror of
https://github.com/jambonz/verb-specifications.git
synced 2025-12-19 04:47:47 +00:00
fix typo
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user