mirror of
https://github.com/katanemo/plano.git
synced 2026-05-21 13:55:15 +02:00
fix: cargo fmt
This commit is contained in:
parent
a0513fe191
commit
2c7d3a9c6c
1 changed files with 1 additions and 4 deletions
|
|
@ -283,10 +283,7 @@ async fn handle_agent_chat_inner(
|
|||
get_active_span(|span| {
|
||||
span.update_name(format!("{} /v1/chat/completions", agent_name));
|
||||
for (key, value) in &custom_attrs {
|
||||
span.set_attribute(opentelemetry::KeyValue::new(
|
||||
key.clone(),
|
||||
value.clone(),
|
||||
));
|
||||
span.set_attribute(opentelemetry::KeyValue::new(key.clone(), value.clone()));
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue