Skip to content

Commit

Permalink
chore: added debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Dec 10, 2024
1 parent 6fbe6b5 commit 64ec3cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/agent/generator/openai.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ impl Client for OpenAIClient {
if let Some(m) = first.message.as_ref() {
if let Some(calls) = m.tool_calls.as_ref() {
if !calls.is_empty() {
log::debug!("found tool_calls: {:?}", calls);
return Ok(SupportedFeatures {
system_prompt: true,
tools: true,
Expand Down

0 comments on commit 64ec3cb

Please sign in to comment.