Skip to content

azure-ai-inference_1.0.0b6

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 12 Nov 21:06
095c892

1.0.0b6 (2024-11-11)

Features Added

  • OpenTelemetry tracing:
    • Method AIInferenceInstrumentor().instrument() updated with an input argument enable_content_recording.
    • Calling AIInferenceInstrumentor().instrument() twice no longer results in an exception.
    • Added method AIInferenceInstrumentor().is_content_recording_enabled()
  • 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.