mirror of
https://github.com/katanemo/plano.git
synced 2026-05-18 13:45:15 +02:00
fix debug log
This commit is contained in:
parent
d5d79256b0
commit
2d31aeaa36
1 changed files with 2 additions and 2 deletions
|
|
@ -468,7 +468,7 @@ impl StreamContext {
|
|||
}
|
||||
};
|
||||
|
||||
debug!("tool_call_details: {:?}", tools_call_response);
|
||||
debug!("tool_call_details: {}", boltfc_response_str);
|
||||
// extract all tool names
|
||||
let tool_names: Vec<String> = tools_call_response
|
||||
.tool_calls
|
||||
|
|
@ -546,7 +546,7 @@ impl StreamContext {
|
|||
}
|
||||
debug!("response received for function call response");
|
||||
let body_str: String = String::from_utf8(body).unwrap();
|
||||
debug!("function_call_response response str: {:?}", body_str);
|
||||
debug!("function_call_response response str: {}", body_str);
|
||||
let prompt_target_name = callout_context.prompt_target_name.unwrap();
|
||||
let prompt_target = self
|
||||
.prompt_targets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue