chat workflow run

This commit is contained in:
StyleZhang
2024-03-11 20:54:29 +08:00
parent 7655d7f662
commit bd52937c88
6 changed files with 257 additions and 18 deletions

View File

@ -54,7 +54,7 @@ export type IOnNodeFinished = (nodeFinished: NodeFinishedResponse) => void
export type IOnTextChunk = (textChunk: TextChunkResponse) => void
export type IOnTextReplace = (textReplace: TextReplaceResponse) => void
type IOtherOptions = {
export type IOtherOptions = {
isPublicAPI?: boolean
bodyStringify?: boolean
needAllResponseContent?: boolean