Skip to main content

CommandSystemPromptContext

Trait CommandSystemPromptContext 

Source
pub trait CommandSystemPromptContext {
    // Required method
    fn system_prompt(&self) -> Option<SystemPrompt>;
}
Expand description

Read access to the effective system prompt.

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§