Publish prompt
- A new method has been added to the SDK
basalt.prompt.publish. This method allow users to programmatically publish a prompt.
Development experience improvement
- Modification of the typings and documentation for a better developer experience when using the Python SDK
- Review methods to better support of async and add
syncmethods.
Experiments
- Added
idealOutputparams to traces and logs for ground truth evaluation in experiments
Latency & Costs
- Added support for latency and costs through the monitoring system.
Patch for Basic Monitoring
- Patch the
generation.end()that were not well flushed in certain cases.
Patch for trace.end()
- Patch for
trace.end()to allow for more flexible trace ending.