@petercatai/whisker-client 0.1.202506170238-dev → 0.1.202506180616-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api.d.ts +6 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -1999,6 +1999,12 @@ export interface ITask {
|
|
|
1999
1999
|
* Identifier for the tenant
|
|
2000
2000
|
*/
|
|
2001
2001
|
tenant_id: string;
|
|
2002
|
+
/**
|
|
2003
|
+
* Task Type
|
|
2004
|
+
* Type of the task
|
|
2005
|
+
* @default "knowledge_chunk"
|
|
2006
|
+
*/
|
|
2007
|
+
task_type?: string;
|
|
2002
2008
|
}
|
|
2003
2009
|
/** TaskRestartRequest */
|
|
2004
2010
|
export interface ITaskRestartRequest {
|