This commit is contained in:
Archer
2024-05-28 14:47:10 +08:00
committed by GitHub
parent d9f5f4ede0
commit 9639139b52
58 changed files with 4715 additions and 283 deletions

View File

@@ -31,6 +31,8 @@ export type DispatchNodeResponseType = {
runningTime?: number;
query?: string;
textOutput?: string;
customInputs?: Record<string, any>;
customOutputs?: Record<string, any>;
// bill
tokens?: number;