fix: strip tags from output (#978)
This commit is contained in:
parent
575c12503c
commit
e529d99974
3 changed files with 7 additions and 3 deletions
|
|
@ -73,3 +73,7 @@ export function getTrailingMessageId({
|
|||
|
||||
return trailingMessage.id;
|
||||
}
|
||||
|
||||
export function sanitizeText(text: string) {
|
||||
return text.replace('<has_function_call>', '');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue