toolRegistry
Sets the ToolRegistry to be used by the GraphServiceBuilder.
This method allows specifying a ToolRegistry instance that manages the available tools for the builder. The provided registry will replace any previously set registry.
Return
The current instance of GraphServiceBuilder<Input, Output> to allow method chaining.
Parameters
toolRegistry
The ToolRegistry to be associated with the builder.