Skip to content

Commit

Permalink
Update breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhulen committed Dec 11, 2024
1 parent 68fbb6b commit 02aea29
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/release-notes/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ Agent tools are now an array of AgentTool objects rather than a dictionary.

When defining tools for an agent, each tool now requires a `package_name` property. This property is used to identify the package that contains the tool's implementation. If the tool is internal, the `package_name` should be set to `FoundationaLLM`, if the tool is external, the `package_name` should be set to the name of the external package.

#### Security-related changes

The **Authorization API** now requires the ability to write to the Key Vault account contained within the auth resource group. Currently, the Authorization APIs managed identity is assigned to the `Key Vault Secrets User` role on the Key Vault account. This role assignment must be updated to include the `Key Vault Secrets Officer` role in addition to the user role.

#### Renamed classes

The following classes have been renamed:
Expand All @@ -54,7 +58,6 @@ The `/instances/{instanceId}/sessions/{sessionId}/message/{id}/rate` endpoint ha
> [!NOTE]
> Please note that both properties are nullable. Set them to null to clear out the rating and comments.

## Starting with 0.8.4

### Configuration changes
Expand Down

0 comments on commit 02aea29

Please sign in to comment.