update test

This commit is contained in:
Adil Hafeez 2025-10-14 12:47:24 -07:00
parent 07bb26c1d9
commit d3595aeee1
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -52,8 +52,8 @@ Content-Type: application/json
"stream": false
}
### models_listeners test
POST http://localhost:12000/v1/chat/completions
### send request to context builder agent
POST http://localhost:10501/v1/chat/completions
Content-Type: application/json
{
@ -61,7 +61,7 @@ Content-Type: application/json
"messages": [
{
"role": "user",
"content": "what is the effective date of the master agreement for arcadyan"
"content": "What is the guaranteed uptime percentage for TechCorp's cloud services?"
}
]
}