pub struct KatCoderAirTemplate;Expand description
KatCoder Air AI provider template
Trait Implementations§
Source§impl Clone for KatCoderAirTemplate
impl Clone for KatCoderAirTemplate
Source§fn clone(&self) -> KatCoderAirTemplate
fn clone(&self) -> KatCoderAirTemplate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KatCoderAirTemplate
impl Debug for KatCoderAirTemplate
Source§impl Template for KatCoderAirTemplate
impl Template for KatCoderAirTemplate
Source§fn template_type(&self) -> TemplateType
fn template_type(&self) -> TemplateType
Get the template type identifier
Source§fn env_var_name(&self) -> &'static str
fn env_var_name(&self) -> &'static str
Get the environment variable name for the API key
Source§fn display_name(&self) -> &'static str
fn display_name(&self) -> &'static str
Get display name for the template
Source§fn description(&self) -> &'static str
fn description(&self) -> &'static str
Get description for the template
Source§fn requires_additional_config(&self) -> bool
fn requires_additional_config(&self) -> bool
Check if this template requires additional configuration (like endpoint ID)
Source§fn get_additional_config(&self) -> Result<HashMap<String, String>>
fn get_additional_config(&self) -> Result<HashMap<String, String>>
Get additional configuration if needed
Source§fn create_settings(
&self,
api_key: &str,
scope: &SnapshotScope,
) -> ClaudeSettings
fn create_settings( &self, api_key: &str, scope: &SnapshotScope, ) -> ClaudeSettings
Create Claude settings for this template
Auto Trait Implementations§
impl Freeze for KatCoderAirTemplate
impl RefUnwindSafe for KatCoderAirTemplate
impl Send for KatCoderAirTemplate
impl Sync for KatCoderAirTemplate
impl Unpin for KatCoderAirTemplate
impl UnwindSafe for KatCoderAirTemplate
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more