Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
chore: better log
Browse files Browse the repository at this point in the history
  • Loading branch information
hyacinthus committed Nov 17, 2024
1 parent 7a7f271 commit d16fb64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/service/vapi_function.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ func (s *Service) VAPIFunctionGetWallet(ctx context.Context, msg *types.VapiServ
}
}

s.log.Warn("VAPIFunction get wallet called")
callID := msg.Message.Call.Id
s.log.Warn("VAPIFunction get wallet called", "call", callID)
resp = vapiToolResponse(id, fmt.Sprintf("Your wallet ends with %s", s.wallet[len(s.wallet)-4:]))
return resp, nil
}
Expand Down

0 comments on commit d16fb64

Please sign in to comment.