huskies: merge 858
This commit is contained in:
@@ -15,11 +15,13 @@ enum AnthropicTags {
|
||||
Anthropic,
|
||||
}
|
||||
|
||||
/// OpenAPI endpoint group for Anthropic API key and model operations.
|
||||
pub struct AnthropicApi {
|
||||
ctx: Arc<AppContext>,
|
||||
}
|
||||
|
||||
impl AnthropicApi {
|
||||
/// Create a new `AnthropicApi` bound to the given application context.
|
||||
pub fn new(ctx: Arc<AppContext>) -> Self {
|
||||
Self { ctx }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user