mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
chat workflow run
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user