mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-05-02 03:00:36 -04:00
To keep a persistent backend storage for configuration, we will have to keep a single source of truth. This involves supporting bi-directional conversion between ToolsetConfig and Toolset. This PR make the following changes: * Embed ToolsetConfig in Toolset * Add `ToConfig()` to extract ToolsetConfig from Toolset.