Tools Logging
Trace Tools with the Logger SDK
Log LLM responses from any external tools used in your LLM applications using Helicone’s Logger SDK.
1
To get started, install the @helicone/helpers package
2
Set up your Helicone API key in your .env file
Log into Helicone or create an account. Once you have an account, you can generate an API key here.
3
Create a new HeliconeManualLogger instance
4
Log your request
5
Verify your requests in Helicone
With the above setup, any calls to any tool will automatically be logged and monitored by Helicone. Review them in your Helicone dashboard.
For more complex examples including APIs, database queries, and document search, check out our full examples on GitHub.
To learn more about the
HeliconeManualLogger
API, see the API Reference here.