github Azure/azure-sdk-for-net Azure.AI.OpenAI.Assistants_1.0.0-beta.2

latest releases: Azure.Template_1.0.3-beta.3921138, Azure.Template_1.0.3-beta.3920534, Azure.Template_1.0.3-beta.3920437...
pre-release4 months ago

1.0.0-beta.2 (2024-02-05)

This small release fixes a bug with function tools that use arguments.

Breaking Changes

  • Addressing a related bug, RequiredFunctionToolCall has a property replacement:
    • REMOVED: Parameters of type BinaryData
    • ADDED: Arguments of type string
  • For improved clarity, several types specific to the representation of tool call information in run steps have been renamed with a RunStep prefix, better differentiating from request-time tool definitions and model-provided required tool calls:
    • ToolCall is now RunStepToolCall
    • FunctionToolCall is now RunStepFunctionToolCall
    • CodeInterpreterToolCall is now RunStepCodeInterpreterToolCall
      • CodeInterpreterToolCallOutput is now RunStepCodeInterpreterToolCallOutput
      • CodeInterpreterLogOutput is now RunStepCodeInterpreterToolCallOutput
      • CodeInterpreterImageOutput is now RunStepCodeInterpreterImageOutput
      • CodeInterpreterImageReference is now RunStepCodeInterpreterImageReference
    • RetrievalToolCall is now RunStepRetrievalToolCall

Bugs Fixed

  • Function calls initiated by the model (when a run enters a RequiresAction status involving function tools) will now provide the intended JSON Arguments string corresponding to the earlier FunctionDefinition's Parameters. The latter Parameters was previously reused within the required action flow, effectively ignoring the proper Arguments.

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.