fix http response

This commit is contained in:
Adil Hafeez 2025-02-03 16:16:47 -08:00
parent 96b300f100
commit c6dd657ec6
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
2 changed files with 3 additions and 2 deletions

View file

@ -347,7 +347,8 @@ impl StreamContext {
ARCH_INTERNAL_CLUSTER_NAME,
&path,
headers.into_iter().collect(),
Some(tool_params_json_str.as_bytes()),
None,
// Some(tool_params_json_str.as_bytes()),
vec![],
Duration::from_secs(5),
);