isInitiallyExpandedTool static method

bool isInitiallyExpandedTool(
  1. ToolUseType? type
)

Implementation

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