mirror of
https://github.com/katanemo/plano.git
synced 2026-05-21 13:55:15 +02:00
fix CI: cargo fmt, update reference config to use input_filters
This commit is contained in:
parent
6d58469b82
commit
014c4578a5
3 changed files with 10 additions and 4 deletions
|
|
@ -118,7 +118,13 @@ mod tests {
|
|||
let headers = HeaderMap::new();
|
||||
let request_bytes = serde_json::to_vec(&request).expect("failed to serialize request");
|
||||
let result = pipeline_processor
|
||||
.process_raw_filter_chain(&request_bytes, &test_pipeline, &agent_map, &headers, "/v1/chat/completions")
|
||||
.process_raw_filter_chain(
|
||||
&request_bytes,
|
||||
&test_pipeline,
|
||||
&agent_map,
|
||||
&headers,
|
||||
"/v1/chat/completions",
|
||||
)
|
||||
.await;
|
||||
|
||||
println!("Pipeline processing result: {:?}", result);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue