mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 14:10:15 -07:00
Cleanups
This commit is contained in:
@@ -147,9 +147,9 @@ function _intakeToAnthropicTools(itds: Intake_ToolDefinition[]): NonNullable<Ant
|
||||
},
|
||||
};
|
||||
case 'gemini_code_interpreter':
|
||||
throw new Error('Gemini code interpreter is not supported by Anthropic');
|
||||
throw new Error('Gemini code interpreter is not supported');
|
||||
case 'preprocessor':
|
||||
throw new Error('Preprocessors are not supported by Anthropic yet');
|
||||
throw new Error('Preprocessors are not supported yet');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@@ -214,9 +214,9 @@ function _intakeToOpenAITools(itds: Intake_ToolDefinition[]): NonNullable<Openai
|
||||
},
|
||||
};
|
||||
case 'gemini_code_interpreter':
|
||||
throw new Error('Gemini code interpreter is not supported by OpenAI');
|
||||
throw new Error('Gemini code interpreter is not supported');
|
||||
case 'preprocessor':
|
||||
throw new Error('Preprocessors are not supported by OpenAI yet');
|
||||
throw new Error('Preprocessors are not supported yet');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user