@flashbacktech/tsclient 0.4.68 → 0.4.69
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/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -971,7 +971,7 @@ interface ChatScope {
|
|
|
971
971
|
/** @deprecated Use `projectId`. Carried only to ease the cutover. */
|
|
972
972
|
workspaceId?: string;
|
|
973
973
|
}
|
|
974
|
-
type ChatSessionSource = 'adhoc' | 'template';
|
|
974
|
+
type ChatSessionSource = 'adhoc' | 'template' | 'mcp';
|
|
975
975
|
type ChatMessageRole = 'user' | 'assistant' | 'system';
|
|
976
976
|
/**
|
|
977
977
|
* Status of a single chat turn (agent_chat_turns.status). The first four are
|
package/dist/index.d.ts
CHANGED
|
@@ -971,7 +971,7 @@ interface ChatScope {
|
|
|
971
971
|
/** @deprecated Use `projectId`. Carried only to ease the cutover. */
|
|
972
972
|
workspaceId?: string;
|
|
973
973
|
}
|
|
974
|
-
type ChatSessionSource = 'adhoc' | 'template';
|
|
974
|
+
type ChatSessionSource = 'adhoc' | 'template' | 'mcp';
|
|
975
975
|
type ChatMessageRole = 'user' | 'assistant' | 'system';
|
|
976
976
|
/**
|
|
977
977
|
* Status of a single chat turn (agent_chat_turns.status). The first four are
|