Learn how to track and monitor your LLM interactions using the Basalt SDK.
get
method. This approach is designed for simple use cases where you’re using a single prompt and not complex workflows. For advanced monitoring scenarios, please refer to the Tracing documentation.generation
object that can be used to monitor the complete interaction. Here’s how to use it:
identify
method:
generation.end()
is called. For more information on available evaluators and how to create custom ones, see the Evaluation documentation.