From d3595aeee1850cc707466e3312e6ed0f2b5edfc3 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Tue, 14 Oct 2025 12:47:24 -0700 Subject: [PATCH] update test --- demos/use_cases/rag_agent/test.rest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demos/use_cases/rag_agent/test.rest b/demos/use_cases/rag_agent/test.rest index ba6362ec..b42673dd 100644 --- a/demos/use_cases/rag_agent/test.rest +++ b/demos/use_cases/rag_agent/test.rest @@ -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?" } ] }