acp: Support model selection for ACP agents (#38652)
It requires the agent to implement the (still unstable) model selection API. Will allow us to test it out before stabilizing. Release Notes: - N/A
This commit is contained in:
@@ -180,9 +180,9 @@ pub enum DocumentationEdge {
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct DocumentationAside {
|
||||
side: DocumentationSide,
|
||||
edge: DocumentationEdge,
|
||||
render: Rc<dyn Fn(&mut App) -> AnyElement>,
|
||||
pub side: DocumentationSide,
|
||||
pub edge: DocumentationEdge,
|
||||
pub render: Rc<dyn Fn(&mut App) -> AnyElement>,
|
||||
}
|
||||
|
||||
impl DocumentationAside {
|
||||
|
||||
Reference in New Issue
Block a user