chore: generate
This commit is contained in:
parent
dabf2dc013
commit
d96e3a5423
2 changed files with 4 additions and 10 deletions
|
|
@ -52,9 +52,7 @@ export const Parameters = Schema.Struct({
|
|||
})
|
||||
|
||||
function output(sessionID: SessionID, text: string) {
|
||||
return [`<task id="${sessionID}" state="completed">`, "<task_result>", text, "</task_result>", "</task>"].join(
|
||||
"\n",
|
||||
)
|
||||
return [`<task id="${sessionID}" state="completed">`, "<task_result>", text, "</task_result>", "</task>"].join("\n")
|
||||
}
|
||||
|
||||
function backgroundOutput(sessionID: SessionID) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue