parent
84affa96ff
commit
1f611a9c90
10 changed files with 184 additions and 44 deletions
|
@ -440,7 +440,7 @@ impl AssistantChat {
|
|||
Markdown::new(
|
||||
text,
|
||||
self.markdown_style.clone(),
|
||||
self.language_registry.clone(),
|
||||
Some(self.language_registry.clone()),
|
||||
cx,
|
||||
)
|
||||
});
|
||||
|
@ -573,7 +573,7 @@ impl AssistantChat {
|
|||
Markdown::new(
|
||||
"".into(),
|
||||
this.markdown_style.clone(),
|
||||
this.language_registry.clone(),
|
||||
Some(this.language_registry.clone()),
|
||||
cx,
|
||||
)
|
||||
}),
|
||||
|
@ -667,7 +667,7 @@ impl AssistantChat {
|
|||
Markdown::new(
|
||||
"".into(),
|
||||
self.markdown_style.clone(),
|
||||
self.language_registry.clone(),
|
||||
Some(self.language_registry.clone()),
|
||||
cx,
|
||||
)
|
||||
}),
|
||||
|
@ -683,7 +683,7 @@ impl AssistantChat {
|
|||
Markdown::new(
|
||||
"".into(),
|
||||
self.markdown_style.clone(),
|
||||
self.language_registry.clone(),
|
||||
Some(self.language_registry.clone()),
|
||||
cx,
|
||||
)
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue