@llamaindex/llama-cloud 2.4.1 → 2.8.0
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/CHANGELOG.md +84 -0
- package/api-promise.d.mts +1 -0
- package/api-promise.d.mts.map +1 -1
- package/api-promise.d.ts +1 -0
- package/api-promise.d.ts.map +1 -1
- package/api-promise.mjs +1 -0
- package/api-promise.mjs.map +1 -1
- package/client.d.mts +5 -2
- package/client.d.mts.map +1 -1
- package/client.d.ts +5 -2
- package/client.d.ts.map +1 -1
- package/client.js +14 -0
- package/client.js.map +1 -1
- package/client.mjs +14 -0
- package/client.mjs.map +1 -1
- package/core/api-promise.d.mts.map +1 -1
- package/core/api-promise.d.ts.map +1 -1
- package/core/api-promise.mjs.map +1 -1
- package/core/error.mjs.map +1 -1
- package/core/pagination.d.mts.map +1 -1
- package/core/pagination.d.ts.map +1 -1
- package/core/pagination.mjs.map +1 -1
- package/core/resource.d.mts.map +1 -1
- package/core/resource.d.ts.map +1 -1
- package/core/uploads.d.mts.map +1 -1
- package/core/uploads.d.ts.map +1 -1
- package/core/uploads.mjs.map +1 -1
- package/error.d.mts +1 -0
- package/error.d.mts.map +1 -1
- package/error.d.ts +1 -0
- package/error.d.ts.map +1 -1
- package/error.mjs +1 -0
- package/error.mjs.map +1 -1
- package/index.d.mts.map +1 -1
- package/index.d.ts.map +1 -1
- package/index.mjs.map +1 -1
- package/internal/detect-platform.mjs.map +1 -1
- package/internal/headers.mjs.map +1 -1
- package/internal/parse.d.mts.map +1 -1
- package/internal/parse.d.ts.map +1 -1
- package/internal/parse.mjs.map +1 -1
- package/internal/qs/formats.d.mts.map +1 -1
- package/internal/qs/formats.d.ts.map +1 -1
- package/internal/qs/index.d.mts +2 -2
- package/internal/qs/index.d.mts.map +1 -1
- package/internal/qs/index.d.ts +2 -2
- package/internal/qs/index.d.ts.map +1 -1
- package/internal/qs/index.mjs.map +1 -1
- package/internal/qs/stringify.d.mts.map +1 -1
- package/internal/qs/stringify.d.ts.map +1 -1
- package/internal/qs/stringify.mjs.map +1 -1
- package/internal/qs/utils.d.mts.map +1 -1
- package/internal/qs/utils.d.ts.map +1 -1
- package/internal/qs/utils.mjs.map +1 -1
- package/internal/request-options.d.mts.map +1 -1
- package/internal/request-options.d.ts.map +1 -1
- package/internal/shims.d.mts +6 -0
- package/internal/shims.d.mts.map +1 -1
- package/internal/shims.d.ts +6 -0
- package/internal/shims.d.ts.map +1 -1
- package/internal/to-file.d.mts.map +1 -1
- package/internal/to-file.d.ts.map +1 -1
- package/internal/to-file.mjs.map +1 -1
- package/internal/types.d.mts +10 -10
- package/internal/types.d.mts.map +1 -1
- package/internal/types.d.ts +10 -10
- package/internal/types.d.ts.map +1 -1
- package/internal/uploads.d.mts.map +1 -1
- package/internal/uploads.d.ts.map +1 -1
- package/internal/uploads.mjs.map +1 -1
- package/internal/utils/base64.mjs.map +1 -1
- package/internal/utils/log.d.mts.map +1 -1
- package/internal/utils/log.d.ts.map +1 -1
- package/internal/utils/log.js +2 -0
- package/internal/utils/log.js.map +1 -1
- package/internal/utils/log.mjs +2 -0
- package/internal/utils/log.mjs.map +1 -1
- package/internal/utils/path.mjs.map +1 -1
- package/internal/utils/query.mjs.map +1 -1
- package/internal/utils/values.mjs.map +1 -1
- package/internal/utils.d.mts.map +1 -1
- package/internal/utils.d.ts.map +1 -1
- package/internal/utils.mjs.map +1 -1
- package/package.json +2 -2
- package/pagination.d.mts +1 -0
- package/pagination.d.mts.map +1 -1
- package/pagination.d.ts +1 -0
- package/pagination.d.ts.map +1 -1
- package/pagination.mjs +1 -0
- package/pagination.mjs.map +1 -1
- package/resource.d.mts +1 -0
- package/resource.d.mts.map +1 -1
- package/resource.d.ts +1 -0
- package/resource.d.ts.map +1 -1
- package/resource.mjs +1 -0
- package/resource.mjs.map +1 -1
- package/resources/batches.d.mts +492 -0
- package/resources/batches.d.mts.map +1 -0
- package/resources/batches.d.ts +492 -0
- package/resources/batches.d.ts.map +1 -0
- package/resources/batches.js +61 -0
- package/resources/batches.js.map +1 -0
- package/resources/batches.mjs +57 -0
- package/resources/batches.mjs.map +1 -0
- package/resources/beta/agent-data.d.mts.map +1 -1
- package/resources/beta/agent-data.d.ts.map +1 -1
- package/resources/beta/agent-data.mjs.map +1 -1
- package/resources/beta/batch/batch.d.mts.map +1 -1
- package/resources/beta/batch/batch.d.ts.map +1 -1
- package/resources/beta/batch/batch.mjs.map +1 -1
- package/resources/beta/batch/index.d.mts.map +1 -1
- package/resources/beta/batch/index.d.ts.map +1 -1
- package/resources/beta/batch/index.mjs.map +1 -1
- package/resources/beta/batch/job-items.d.mts.map +1 -1
- package/resources/beta/batch/job-items.d.ts.map +1 -1
- package/resources/beta/batch/job-items.mjs.map +1 -1
- package/resources/beta/batch.d.mts.map +1 -1
- package/resources/beta/batch.d.ts.map +1 -1
- package/resources/beta/batch.mjs.map +1 -1
- package/resources/beta/beta.d.mts +12 -0
- package/resources/beta/beta.d.mts.map +1 -1
- package/resources/beta/beta.d.ts +12 -0
- package/resources/beta/beta.d.ts.map +1 -1
- package/resources/beta/beta.js +12 -0
- package/resources/beta/beta.js.map +1 -1
- package/resources/beta/beta.mjs +12 -0
- package/resources/beta/beta.mjs.map +1 -1
- package/resources/beta/chat.d.mts +357 -0
- package/resources/beta/chat.d.mts.map +1 -0
- package/resources/beta/chat.d.ts +357 -0
- package/resources/beta/chat.d.ts.map +1 -0
- package/resources/beta/chat.js +101 -0
- package/resources/beta/chat.js.map +1 -0
- package/resources/beta/chat.mjs +97 -0
- package/resources/beta/chat.mjs.map +1 -0
- package/resources/beta/directories/directories.d.mts +72 -24
- package/resources/beta/directories/directories.d.mts.map +1 -1
- package/resources/beta/directories/directories.d.ts +72 -24
- package/resources/beta/directories/directories.d.ts.map +1 -1
- package/resources/beta/directories/directories.js +0 -3
- package/resources/beta/directories/directories.js.map +1 -1
- package/resources/beta/directories/directories.mjs +0 -3
- package/resources/beta/directories/directories.mjs.map +1 -1
- package/resources/beta/directories/files.d.mts +65 -57
- package/resources/beta/directories/files.d.mts.map +1 -1
- package/resources/beta/directories/files.d.ts +65 -57
- package/resources/beta/directories/files.d.ts.map +1 -1
- package/resources/beta/directories/files.js +14 -27
- package/resources/beta/directories/files.js.map +1 -1
- package/resources/beta/directories/files.mjs +14 -27
- package/resources/beta/directories/files.mjs.map +1 -1
- package/resources/beta/directories/index.d.mts.map +1 -1
- package/resources/beta/directories/index.d.ts.map +1 -1
- package/resources/beta/directories/index.mjs.map +1 -1
- package/resources/beta/directories.d.mts.map +1 -1
- package/resources/beta/directories.d.ts.map +1 -1
- package/resources/beta/directories.mjs.map +1 -1
- package/resources/beta/index.d.mts +3 -0
- package/resources/beta/index.d.mts.map +1 -1
- package/resources/beta/index.d.ts +3 -0
- package/resources/beta/index.d.ts.map +1 -1
- package/resources/beta/index.js +7 -1
- package/resources/beta/index.js.map +1 -1
- package/resources/beta/index.mjs +3 -0
- package/resources/beta/index.mjs.map +1 -1
- package/resources/beta/indexes.d.mts +311 -0
- package/resources/beta/indexes.d.mts.map +1 -0
- package/resources/beta/indexes.d.ts +311 -0
- package/resources/beta/indexes.d.ts.map +1 -0
- package/resources/beta/indexes.js +86 -0
- package/resources/beta/indexes.js.map +1 -0
- package/resources/beta/indexes.mjs +82 -0
- package/resources/beta/indexes.mjs.map +1 -0
- package/resources/beta/retrieval.d.mts +368 -0
- package/resources/beta/retrieval.d.mts.map +1 -0
- package/resources/beta/retrieval.d.ts +368 -0
- package/resources/beta/retrieval.d.ts.map +1 -0
- package/resources/beta/retrieval.js +87 -0
- package/resources/beta/retrieval.js.map +1 -0
- package/resources/beta/retrieval.mjs +83 -0
- package/resources/beta/retrieval.mjs.map +1 -0
- package/resources/beta/sheets.d.mts +10 -17
- package/resources/beta/sheets.d.mts.map +1 -1
- package/resources/beta/sheets.d.ts +10 -17
- package/resources/beta/sheets.d.ts.map +1 -1
- package/resources/beta/sheets.js +10 -17
- package/resources/beta/sheets.js.map +1 -1
- package/resources/beta/sheets.mjs +10 -17
- package/resources/beta/sheets.mjs.map +1 -1
- package/resources/beta/split.d.mts.map +1 -1
- package/resources/beta/split.d.ts.map +1 -1
- package/resources/beta/split.mjs.map +1 -1
- package/resources/beta.d.mts.map +1 -1
- package/resources/beta.d.ts.map +1 -1
- package/resources/beta.mjs.map +1 -1
- package/resources/classifier/classifier.d.mts.map +1 -1
- package/resources/classifier/classifier.d.ts.map +1 -1
- package/resources/classifier/classifier.mjs.map +1 -1
- package/resources/classifier/index.d.mts.map +1 -1
- package/resources/classifier/index.d.ts.map +1 -1
- package/resources/classifier/index.mjs.map +1 -1
- package/resources/classifier/jobs.d.mts +5 -8
- package/resources/classifier/jobs.d.mts.map +1 -1
- package/resources/classifier/jobs.d.ts +5 -8
- package/resources/classifier/jobs.d.ts.map +1 -1
- package/resources/classifier/jobs.js +5 -8
- package/resources/classifier/jobs.js.map +1 -1
- package/resources/classifier/jobs.mjs +5 -8
- package/resources/classifier/jobs.mjs.map +1 -1
- package/resources/classifier.d.mts.map +1 -1
- package/resources/classifier.d.ts.map +1 -1
- package/resources/classifier.mjs.map +1 -1
- package/resources/classify.d.mts.map +1 -1
- package/resources/classify.d.ts.map +1 -1
- package/resources/classify.mjs.map +1 -1
- package/resources/configurations.d.mts +27 -10
- package/resources/configurations.d.mts.map +1 -1
- package/resources/configurations.d.ts +27 -10
- package/resources/configurations.d.ts.map +1 -1
- package/resources/configurations.js +2 -4
- package/resources/configurations.js.map +1 -1
- package/resources/configurations.mjs +2 -4
- package/resources/configurations.mjs.map +1 -1
- package/resources/data-sinks.d.mts.map +1 -1
- package/resources/data-sinks.d.ts.map +1 -1
- package/resources/data-sinks.mjs.map +1 -1
- package/resources/data-sources.d.mts.map +1 -1
- package/resources/data-sources.d.ts.map +1 -1
- package/resources/data-sources.mjs.map +1 -1
- package/resources/extract.d.mts +2 -9
- package/resources/extract.d.mts.map +1 -1
- package/resources/extract.d.ts +2 -9
- package/resources/extract.d.ts.map +1 -1
- package/resources/extract.mjs.map +1 -1
- package/resources/files.d.mts +19 -56
- package/resources/files.d.mts.map +1 -1
- package/resources/files.d.ts +19 -56
- package/resources/files.d.ts.map +1 -1
- package/resources/files.js +1 -8
- package/resources/files.js.map +1 -1
- package/resources/files.mjs +1 -8
- package/resources/files.mjs.map +1 -1
- package/resources/index.d.mts +2 -1
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +2 -1
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +3 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +1 -0
- package/resources/index.mjs.map +1 -1
- package/resources/parsing.d.mts +31 -8
- package/resources/parsing.d.mts.map +1 -1
- package/resources/parsing.d.ts +31 -8
- package/resources/parsing.d.ts.map +1 -1
- package/resources/parsing.mjs.map +1 -1
- package/resources/pipelines/data-sources.d.mts +2 -2
- package/resources/pipelines/data-sources.d.mts.map +1 -1
- package/resources/pipelines/data-sources.d.ts +2 -2
- package/resources/pipelines/data-sources.d.ts.map +1 -1
- package/resources/pipelines/data-sources.js +2 -2
- package/resources/pipelines/data-sources.mjs +2 -2
- package/resources/pipelines/data-sources.mjs.map +1 -1
- package/resources/pipelines/documents.d.mts +2 -4
- package/resources/pipelines/documents.d.mts.map +1 -1
- package/resources/pipelines/documents.d.ts +2 -4
- package/resources/pipelines/documents.d.ts.map +1 -1
- package/resources/pipelines/documents.js +2 -4
- package/resources/pipelines/documents.js.map +1 -1
- package/resources/pipelines/documents.mjs +2 -4
- package/resources/pipelines/documents.mjs.map +1 -1
- package/resources/pipelines/files.d.mts.map +1 -1
- package/resources/pipelines/files.d.ts.map +1 -1
- package/resources/pipelines/files.mjs.map +1 -1
- package/resources/pipelines/images.d.mts.map +1 -1
- package/resources/pipelines/images.d.ts.map +1 -1
- package/resources/pipelines/images.mjs.map +1 -1
- package/resources/pipelines/index.d.mts.map +1 -1
- package/resources/pipelines/index.d.ts.map +1 -1
- package/resources/pipelines/index.mjs.map +1 -1
- package/resources/pipelines/metadata.d.mts.map +1 -1
- package/resources/pipelines/metadata.d.ts.map +1 -1
- package/resources/pipelines/metadata.mjs.map +1 -1
- package/resources/pipelines/pipelines.d.mts.map +1 -1
- package/resources/pipelines/pipelines.d.ts.map +1 -1
- package/resources/pipelines/pipelines.mjs.map +1 -1
- package/resources/pipelines/sync.d.mts.map +1 -1
- package/resources/pipelines/sync.d.ts.map +1 -1
- package/resources/pipelines/sync.mjs.map +1 -1
- package/resources/pipelines.d.mts.map +1 -1
- package/resources/pipelines.d.ts.map +1 -1
- package/resources/pipelines.mjs.map +1 -1
- package/resources/projects.d.mts +0 -1
- package/resources/projects.d.mts.map +1 -1
- package/resources/projects.d.ts +0 -1
- package/resources/projects.d.ts.map +1 -1
- package/resources/projects.mjs.map +1 -1
- package/resources/retrievers/index.d.mts.map +1 -1
- package/resources/retrievers/index.d.ts.map +1 -1
- package/resources/retrievers/index.mjs.map +1 -1
- package/resources/retrievers/retriever.d.mts.map +1 -1
- package/resources/retrievers/retriever.d.ts.map +1 -1
- package/resources/retrievers/retriever.mjs.map +1 -1
- package/resources/retrievers/retrievers.d.mts.map +1 -1
- package/resources/retrievers/retrievers.d.ts.map +1 -1
- package/resources/retrievers/retrievers.mjs.map +1 -1
- package/resources/retrievers.d.mts.map +1 -1
- package/resources/retrievers.d.ts.map +1 -1
- package/resources/retrievers.mjs.map +1 -1
- package/resources.d.mts.map +1 -1
- package/resources.d.ts.map +1 -1
- package/resources.mjs.map +1 -1
- package/src/client.ts +35 -2
- package/src/internal/types.ts +6 -8
- package/src/internal/utils/log.ts +2 -0
- package/src/resources/batches.ts +588 -0
- package/src/resources/beta/beta.ts +94 -0
- package/src/resources/beta/chat.ts +523 -0
- package/src/resources/beta/directories/directories.ts +77 -29
- package/src/resources/beta/directories/files.ts +73 -60
- package/src/resources/beta/index.ts +41 -0
- package/src/resources/beta/indexes.ts +421 -0
- package/src/resources/beta/retrieval.ts +483 -0
- package/src/resources/beta/sheets.ts +10 -17
- package/src/resources/classifier/jobs.ts +5 -8
- package/src/resources/configurations.ts +29 -92
- package/src/resources/extract.ts +2 -11
- package/src/resources/files.ts +22 -60
- package/src/resources/index.ts +10 -1
- package/src/resources/parsing.ts +37 -90
- package/src/resources/pipelines/data-sources.ts +2 -2
- package/src/resources/pipelines/documents.ts +2 -4
- package/src/resources/projects.ts +0 -2
- package/src/version.ts +1 -1
- package/uploads.d.mts +1 -0
- package/uploads.d.mts.map +1 -1
- package/uploads.d.ts +1 -0
- package/uploads.d.ts.map +1 -1
- package/uploads.mjs +1 -0
- package/uploads.mjs.map +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -0,0 +1,357 @@
|
|
|
1
|
+
import { APIResource } from "../../core/resource.mjs";
|
|
2
|
+
import { APIPromise } from "../../core/api-promise.mjs";
|
|
3
|
+
import { PagePromise, PaginatedCursor, type PaginatedCursorParams } from "../../core/pagination.mjs";
|
|
4
|
+
import { RequestOptions } from "../../internal/request-options.mjs";
|
|
5
|
+
export declare class Chat extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Create a chat session, optionally bound to indexes (locked after the first
|
|
8
|
+
* message).
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* ```ts
|
|
12
|
+
* const chat = await client.beta.chat.create();
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
create(params?: ChatCreateParams | null | undefined, options?: RequestOptions): APIPromise<ChatCreateResponse>;
|
|
16
|
+
/**
|
|
17
|
+
* Retrieve a full session by ID, including its event history.
|
|
18
|
+
*
|
|
19
|
+
* @example
|
|
20
|
+
* ```ts
|
|
21
|
+
* const chat = await client.beta.chat.retrieve('session_id');
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
retrieve(sessionID: string, query?: ChatRetrieveParams | null | undefined, options?: RequestOptions): APIPromise<ChatRetrieveResponse>;
|
|
25
|
+
/**
|
|
26
|
+
* List all chat sessions for the current project.
|
|
27
|
+
*
|
|
28
|
+
* @example
|
|
29
|
+
* ```ts
|
|
30
|
+
* // Automatically fetches more pages as needed.
|
|
31
|
+
* for await (const chatListResponse of client.beta.chat.list()) {
|
|
32
|
+
* // ...
|
|
33
|
+
* }
|
|
34
|
+
* ```
|
|
35
|
+
*/
|
|
36
|
+
list(query?: ChatListParams | null | undefined, options?: RequestOptions): PagePromise<ChatListResponsesPaginatedCursor, ChatListResponse>;
|
|
37
|
+
/**
|
|
38
|
+
* Delete a session.
|
|
39
|
+
*
|
|
40
|
+
* @example
|
|
41
|
+
* ```ts
|
|
42
|
+
* await client.beta.chat.delete('session_id');
|
|
43
|
+
* ```
|
|
44
|
+
*/
|
|
45
|
+
delete(sessionID: string, params?: ChatDeleteParams | null | undefined, options?: RequestOptions): APIPromise<void>;
|
|
46
|
+
/**
|
|
47
|
+
* Retrieve a session summary by ID.
|
|
48
|
+
*
|
|
49
|
+
* @example
|
|
50
|
+
* ```ts
|
|
51
|
+
* const response = await client.beta.chat.getSummary(
|
|
52
|
+
* 'session_id',
|
|
53
|
+
* );
|
|
54
|
+
* ```
|
|
55
|
+
*/
|
|
56
|
+
getSummary(sessionID: string, query?: ChatGetSummaryParams | null | undefined, options?: RequestOptions): APIPromise<ChatGetSummaryResponse>;
|
|
57
|
+
/**
|
|
58
|
+
* Stream agent events for a chat turn as Server-Sent Events.
|
|
59
|
+
*
|
|
60
|
+
* @example
|
|
61
|
+
* ```ts
|
|
62
|
+
* const response = await client.beta.chat.stream(
|
|
63
|
+
* 'session_id',
|
|
64
|
+
* {
|
|
65
|
+
* index_ids: ['idx-abc123', 'idx-def456'],
|
|
66
|
+
* prompt: 'What were the main findings in Q3?',
|
|
67
|
+
* },
|
|
68
|
+
* );
|
|
69
|
+
* ```
|
|
70
|
+
*/
|
|
71
|
+
stream(sessionID: string, params: ChatStreamParams, options?: RequestOptions): APIPromise<unknown>;
|
|
72
|
+
}
|
|
73
|
+
export type ChatListResponsesPaginatedCursor = PaginatedCursor<ChatListResponse>;
|
|
74
|
+
/**
|
|
75
|
+
* Summary of a chat session, including its title and last run metadata.
|
|
76
|
+
*/
|
|
77
|
+
export interface ChatCreateResponse {
|
|
78
|
+
/**
|
|
79
|
+
* ISO-format timestamp showing when the session was last updated.
|
|
80
|
+
*/
|
|
81
|
+
last_updated_at: string;
|
|
82
|
+
/**
|
|
83
|
+
* Unique session identifier.
|
|
84
|
+
*/
|
|
85
|
+
session_id: string;
|
|
86
|
+
/**
|
|
87
|
+
* Auto-generated title derived from the first user message.
|
|
88
|
+
*/
|
|
89
|
+
generated_title?: string | null;
|
|
90
|
+
/**
|
|
91
|
+
* Indexes this session is bound to. Null on unbound sessions.
|
|
92
|
+
*/
|
|
93
|
+
index_ids?: Array<string> | null;
|
|
94
|
+
/**
|
|
95
|
+
* Token usage and status from the most recent run. Null if the session has not
|
|
96
|
+
* been run yet.
|
|
97
|
+
*/
|
|
98
|
+
job_metadata?: ChatCreateResponse.JobMetadata | null;
|
|
99
|
+
}
|
|
100
|
+
export declare namespace ChatCreateResponse {
|
|
101
|
+
/**
|
|
102
|
+
* Token usage and status from the most recent run. Null if the session has not
|
|
103
|
+
* been run yet.
|
|
104
|
+
*/
|
|
105
|
+
interface JobMetadata {
|
|
106
|
+
duration_ms?: number;
|
|
107
|
+
error?: string | null;
|
|
108
|
+
export_config_ids?: Array<string> | null;
|
|
109
|
+
is_error?: boolean;
|
|
110
|
+
total_input_tokens?: number | null;
|
|
111
|
+
total_output_tokens?: number | null;
|
|
112
|
+
turns?: number;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* Full chat session including its complete event history.
|
|
117
|
+
*/
|
|
118
|
+
export interface ChatRetrieveResponse {
|
|
119
|
+
/**
|
|
120
|
+
* Ordered list of events that make up the conversation history.
|
|
121
|
+
*/
|
|
122
|
+
events: Array<ChatRetrieveResponse.ThinkingDeltaEvent | ChatRetrieveResponse.TextDeltaEvent | ChatRetrieveResponse.ThinkingEvent | ChatRetrieveResponse.TextEvent | ChatRetrieveResponse.ToolCallEvent | ChatRetrieveResponse.ToolResultEvent | ChatRetrieveResponse.StopEvent | ChatRetrieveResponse.UserInputEvent>;
|
|
123
|
+
/**
|
|
124
|
+
* ISO-format timestamp showing when the session was last updated.
|
|
125
|
+
*/
|
|
126
|
+
last_updated_at: string;
|
|
127
|
+
/**
|
|
128
|
+
* Unique session identifier.
|
|
129
|
+
*/
|
|
130
|
+
session_id: string;
|
|
131
|
+
/**
|
|
132
|
+
* Auto-generated title derived from the first user message.
|
|
133
|
+
*/
|
|
134
|
+
generated_title?: string | null;
|
|
135
|
+
/**
|
|
136
|
+
* Indexes this session is bound to. Null on unbound sessions.
|
|
137
|
+
*/
|
|
138
|
+
index_ids?: Array<string> | null;
|
|
139
|
+
/**
|
|
140
|
+
* Token usage and status from the most recent run. Null if the session has not
|
|
141
|
+
* been run yet.
|
|
142
|
+
*/
|
|
143
|
+
job_metadata?: ChatRetrieveResponse.JobMetadata | null;
|
|
144
|
+
}
|
|
145
|
+
export declare namespace ChatRetrieveResponse {
|
|
146
|
+
interface ThinkingDeltaEvent {
|
|
147
|
+
content: string;
|
|
148
|
+
type?: 'thinking_delta';
|
|
149
|
+
}
|
|
150
|
+
interface TextDeltaEvent {
|
|
151
|
+
content: string;
|
|
152
|
+
type?: 'text_delta';
|
|
153
|
+
}
|
|
154
|
+
interface ThinkingEvent {
|
|
155
|
+
content: string;
|
|
156
|
+
type?: 'thinking';
|
|
157
|
+
}
|
|
158
|
+
interface TextEvent {
|
|
159
|
+
content: string;
|
|
160
|
+
type?: 'text';
|
|
161
|
+
}
|
|
162
|
+
interface ToolCallEvent {
|
|
163
|
+
arguments: {
|
|
164
|
+
[key: string]: unknown;
|
|
165
|
+
};
|
|
166
|
+
call_id: string;
|
|
167
|
+
name: string;
|
|
168
|
+
type?: 'tool_call';
|
|
169
|
+
}
|
|
170
|
+
interface ToolResultEvent {
|
|
171
|
+
call_id: string;
|
|
172
|
+
name: string;
|
|
173
|
+
result: unknown;
|
|
174
|
+
/**
|
|
175
|
+
* Coordinates for lazily resolving a page screenshot presigned URL.
|
|
176
|
+
*/
|
|
177
|
+
image_attachment?: ToolResultEvent.ImageAttachment | null;
|
|
178
|
+
type?: 'tool_result';
|
|
179
|
+
}
|
|
180
|
+
namespace ToolResultEvent {
|
|
181
|
+
/**
|
|
182
|
+
* Coordinates for lazily resolving a page screenshot presigned URL.
|
|
183
|
+
*/
|
|
184
|
+
interface ImageAttachment {
|
|
185
|
+
attachment_name: string;
|
|
186
|
+
source_id: string;
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
interface StopEvent {
|
|
190
|
+
error: string | null;
|
|
191
|
+
is_error: boolean;
|
|
192
|
+
usage: StopEvent.Usage;
|
|
193
|
+
type?: 'stop';
|
|
194
|
+
}
|
|
195
|
+
namespace StopEvent {
|
|
196
|
+
interface Usage {
|
|
197
|
+
duration_ms?: number;
|
|
198
|
+
total_input_tokens?: number | null;
|
|
199
|
+
total_output_tokens?: number | null;
|
|
200
|
+
turns?: number;
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
interface UserInputEvent {
|
|
204
|
+
content: string;
|
|
205
|
+
type?: 'user_input';
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* Token usage and status from the most recent run. Null if the session has not
|
|
209
|
+
* been run yet.
|
|
210
|
+
*/
|
|
211
|
+
interface JobMetadata {
|
|
212
|
+
duration_ms?: number;
|
|
213
|
+
error?: string | null;
|
|
214
|
+
export_config_ids?: Array<string> | null;
|
|
215
|
+
is_error?: boolean;
|
|
216
|
+
total_input_tokens?: number | null;
|
|
217
|
+
total_output_tokens?: number | null;
|
|
218
|
+
turns?: number;
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
/**
|
|
222
|
+
* Summary of a chat session, including its title and last run metadata.
|
|
223
|
+
*/
|
|
224
|
+
export interface ChatListResponse {
|
|
225
|
+
/**
|
|
226
|
+
* ISO-format timestamp showing when the session was last updated.
|
|
227
|
+
*/
|
|
228
|
+
last_updated_at: string;
|
|
229
|
+
/**
|
|
230
|
+
* Unique session identifier.
|
|
231
|
+
*/
|
|
232
|
+
session_id: string;
|
|
233
|
+
/**
|
|
234
|
+
* Auto-generated title derived from the first user message.
|
|
235
|
+
*/
|
|
236
|
+
generated_title?: string | null;
|
|
237
|
+
/**
|
|
238
|
+
* Indexes this session is bound to. Null on unbound sessions.
|
|
239
|
+
*/
|
|
240
|
+
index_ids?: Array<string> | null;
|
|
241
|
+
/**
|
|
242
|
+
* Token usage and status from the most recent run. Null if the session has not
|
|
243
|
+
* been run yet.
|
|
244
|
+
*/
|
|
245
|
+
job_metadata?: ChatListResponse.JobMetadata | null;
|
|
246
|
+
}
|
|
247
|
+
export declare namespace ChatListResponse {
|
|
248
|
+
/**
|
|
249
|
+
* Token usage and status from the most recent run. Null if the session has not
|
|
250
|
+
* been run yet.
|
|
251
|
+
*/
|
|
252
|
+
interface JobMetadata {
|
|
253
|
+
duration_ms?: number;
|
|
254
|
+
error?: string | null;
|
|
255
|
+
export_config_ids?: Array<string> | null;
|
|
256
|
+
is_error?: boolean;
|
|
257
|
+
total_input_tokens?: number | null;
|
|
258
|
+
total_output_tokens?: number | null;
|
|
259
|
+
turns?: number;
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
/**
|
|
263
|
+
* Summary of a chat session, including its title and last run metadata.
|
|
264
|
+
*/
|
|
265
|
+
export interface ChatGetSummaryResponse {
|
|
266
|
+
/**
|
|
267
|
+
* ISO-format timestamp showing when the session was last updated.
|
|
268
|
+
*/
|
|
269
|
+
last_updated_at: string;
|
|
270
|
+
/**
|
|
271
|
+
* Unique session identifier.
|
|
272
|
+
*/
|
|
273
|
+
session_id: string;
|
|
274
|
+
/**
|
|
275
|
+
* Auto-generated title derived from the first user message.
|
|
276
|
+
*/
|
|
277
|
+
generated_title?: string | null;
|
|
278
|
+
/**
|
|
279
|
+
* Indexes this session is bound to. Null on unbound sessions.
|
|
280
|
+
*/
|
|
281
|
+
index_ids?: Array<string> | null;
|
|
282
|
+
/**
|
|
283
|
+
* Token usage and status from the most recent run. Null if the session has not
|
|
284
|
+
* been run yet.
|
|
285
|
+
*/
|
|
286
|
+
job_metadata?: ChatGetSummaryResponse.JobMetadata | null;
|
|
287
|
+
}
|
|
288
|
+
export declare namespace ChatGetSummaryResponse {
|
|
289
|
+
/**
|
|
290
|
+
* Token usage and status from the most recent run. Null if the session has not
|
|
291
|
+
* been run yet.
|
|
292
|
+
*/
|
|
293
|
+
interface JobMetadata {
|
|
294
|
+
duration_ms?: number;
|
|
295
|
+
error?: string | null;
|
|
296
|
+
export_config_ids?: Array<string> | null;
|
|
297
|
+
is_error?: boolean;
|
|
298
|
+
total_input_tokens?: number | null;
|
|
299
|
+
total_output_tokens?: number | null;
|
|
300
|
+
turns?: number;
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
export type ChatStreamResponse = unknown;
|
|
304
|
+
export interface ChatCreateParams {
|
|
305
|
+
/**
|
|
306
|
+
* Query param
|
|
307
|
+
*/
|
|
308
|
+
organization_id?: string | null;
|
|
309
|
+
/**
|
|
310
|
+
* Query param
|
|
311
|
+
*/
|
|
312
|
+
project_id?: string | null;
|
|
313
|
+
/**
|
|
314
|
+
* Body param: Indexes this session will retrieve from. Once set and the first
|
|
315
|
+
* message has been sent, the source set is locked for the session's lifetime.
|
|
316
|
+
* Leave null to create an unbound session.
|
|
317
|
+
*/
|
|
318
|
+
index_ids?: Array<string> | null;
|
|
319
|
+
}
|
|
320
|
+
export interface ChatRetrieveParams {
|
|
321
|
+
organization_id?: string | null;
|
|
322
|
+
project_id?: string | null;
|
|
323
|
+
}
|
|
324
|
+
export interface ChatListParams extends PaginatedCursorParams {
|
|
325
|
+
organization_id?: string | null;
|
|
326
|
+
project_id?: string | null;
|
|
327
|
+
}
|
|
328
|
+
export interface ChatDeleteParams {
|
|
329
|
+
organization_id?: string | null;
|
|
330
|
+
project_id?: string | null;
|
|
331
|
+
}
|
|
332
|
+
export interface ChatGetSummaryParams {
|
|
333
|
+
organization_id?: string | null;
|
|
334
|
+
project_id?: string | null;
|
|
335
|
+
}
|
|
336
|
+
export interface ChatStreamParams {
|
|
337
|
+
/**
|
|
338
|
+
* Body param: Indexes to retrieve data from.
|
|
339
|
+
*/
|
|
340
|
+
index_ids: Array<string>;
|
|
341
|
+
/**
|
|
342
|
+
* Body param: User message for this chat turn.
|
|
343
|
+
*/
|
|
344
|
+
prompt: string;
|
|
345
|
+
/**
|
|
346
|
+
* Query param
|
|
347
|
+
*/
|
|
348
|
+
organization_id?: string | null;
|
|
349
|
+
/**
|
|
350
|
+
* Query param
|
|
351
|
+
*/
|
|
352
|
+
project_id?: string | null;
|
|
353
|
+
}
|
|
354
|
+
export declare namespace Chat {
|
|
355
|
+
export { type ChatCreateResponse as ChatCreateResponse, type ChatRetrieveResponse as ChatRetrieveResponse, type ChatListResponse as ChatListResponse, type ChatGetSummaryResponse as ChatGetSummaryResponse, type ChatStreamResponse as ChatStreamResponse, type ChatListResponsesPaginatedCursor as ChatListResponsesPaginatedCursor, type ChatCreateParams as ChatCreateParams, type ChatRetrieveParams as ChatRetrieveParams, type ChatListParams as ChatListParams, type ChatDeleteParams as ChatDeleteParams, type ChatGetSummaryParams as ChatGetSummaryParams, type ChatStreamParams as ChatStreamParams, };
|
|
356
|
+
}
|
|
357
|
+
//# sourceMappingURL=chat.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chat.d.mts","sourceRoot":"","sources":["../../src/resources/beta/chat.ts"],"names":[],"mappings":"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"}
|