Overrides an existing advisor schema in the swarm system with a new or partial schema.
This function updates the configuration of an advisor identified by its advisorName, applying the provided schema properties.
It operates outside any existing method or execution contexts to ensure isolation, leveraging beginContext for a clean execution scope.
Logs the override operation if logging is enabled in the global configuration.
Only the provided properties will be updated - omitted properties remain unchanged.
Type Parameters
T = string
The type of message content the advisor accepts (defaults to string). Can be a custom object, Blob, or string.
Overrides an existing advisor schema in the swarm system with a new or partial schema. This function updates the configuration of an advisor identified by its
advisorName, applying the provided schema properties. It operates outside any existing method or execution contexts to ensure isolation, leveragingbeginContextfor a clean execution scope. Logs the override operation if logging is enabled in the global configuration. Only the provided properties will be updated - omitted properties remain unchanged.