isInitiallyExpandedTool static method
Implementation
static bool isInitiallyExpandedTool(ToolUseType? type) =>
type == ToolUseType.nativeToolsThinking ||
type == ToolUseType.nativeToolsBrowserUse ||
type == ToolUseType.nativeToolsAskUser;