mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix http response
This commit is contained in:
parent
96b300f100
commit
c6dd657ec6
2 changed files with 3 additions and 2 deletions
|
|
@ -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),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue