1.0.0b6 (2024-11-11)
Features Added
- OpenTelemetry tracing:
- Method
AIInferenceInstrumentor().instrument()
updated with an input argumentenable_content_recording
. - Calling
AIInferenceInstrumentor().instrument()
twice no longer results in an exception. - Added method
AIInferenceInstrumentor().is_content_recording_enabled()
- Method
- Support Prompty and prompt template from string. PromptTemplate class outputs an array of dictionary with OpenAI compatible message format.
Bugs Fixed
- Fix tracing for asynchronous streaming.