setup_tool_config_default


Description:

public virtual void setup_tool_config_default (Config2 config)

Sets up tool configuration with default values.

Default implementation for simple tools using BaseToolConfig. Creates a BaseToolConfig instance if it doesn't exist in the config.

Simple tools using BaseToolConfig don't need to override this - it's handled automatically. Complex tools that need custom config setup should override this method.

Parameters:

config

The Config2 instance