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 "stream": false
} }
### models_listeners test ### send request to context builder agent
POST http://localhost:12000/v1/chat/completions POST http://localhost:10501/v1/chat/completions
Content-Type: application/json Content-Type: application/json
{ {
@ -61,7 +61,7 @@ Content-Type: application/json
"messages": [ "messages": [
{ {
"role": "user", "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?"
} }
] ]
} }