Add recipe download and copy yaml (#6201)
This commit is contained in:
@@ -275,7 +275,7 @@ const getToolName = (toolCallName: string): string => {
|
||||
if (lastIndex === -1) return toolCallName;
|
||||
|
||||
return toolCallName.substring(lastIndex + 2);
|
||||
}
|
||||
};
|
||||
|
||||
// Helper function to extract extension name for tooltip
|
||||
const getExtensionTooltip = (toolCallName: string): string | null => {
|
||||
|
||||
Reference in New Issue
Block a user