Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
Signed-off-by: Alexa Griffith <agriffith96@gmail.com>
  • Loading branch information
alexagriffith committed Feb 20, 2025
1 parent d5c02d8 commit 69c4e09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/extproc/real_providers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ func TestWithRealProviders(t *testing.T) {
params.Messages.Value = append(params.Messages.Value, completion.Choices[0].Message)
getWeatherCalled := false
for _, toolCall := range toolCalls {
t.Logf("tool id: %v", toolCall.ID)
if toolCall.Function.Name == "get_weather" {
getWeatherCalled = true
// Extract the location from the function call arguments
Expand Down

0 comments on commit 69c4e09

Please sign in to comment.