add placeholder button for retrieving additional context
This commit is contained in:
parent
f20f096a30
commit
e9637267ef
3 changed files with 91 additions and 0 deletions
|
@ -1190,6 +1190,7 @@ pub struct InlineAssistantStyle {
|
|||
pub disabled_editor: FieldEditor,
|
||||
pub pending_edit_background: Color,
|
||||
pub include_conversation: ToggleIconButtonStyle,
|
||||
pub retrieve_context: ToggleIconButtonStyle,
|
||||
}
|
||||
|
||||
#[derive(Clone, Deserialize, Default, JsonSchema)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue