config_set
Update Network AI configuration values at runtime to modify swarm behavior. Changes apply immediately for all subsequent operations.
Instructions
Update a Network-AI configuration value at runtime. Changes take effect immediately for all subsequent operations.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Config key to update (e.g. "maxParallelAgents", "defaultTimeout", "enableTracing") | |
| value | Yes | New value (JSON-encoded). E.g. "10" for a number, "true" for boolean, '"string"' for string. |