@orq-ai/node 4.1.0-rc.4 → 4.1.0-rc.5
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/bin/mcp-server.js +25494 -27422
- package/bin/mcp-server.js.map +64 -47
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/components/actionreviewedstreamingevent.d.ts +76 -0
- package/models/components/actionreviewedstreamingevent.d.ts.map +1 -0
- package/models/components/actionreviewedstreamingevent.js +127 -0
- package/models/components/actionreviewedstreamingevent.js.map +1 -0
- package/models/components/actionreviewrequestedstreamingevent.d.ts +135 -0
- package/models/components/actionreviewrequestedstreamingevent.d.ts.map +1 -0
- package/models/components/actionreviewrequestedstreamingevent.js +180 -0
- package/models/components/actionreviewrequestedstreamingevent.js.map +1 -0
- package/models/components/agenterroredstreamingevent.d.ts +58 -0
- package/models/components/agenterroredstreamingevent.d.ts.map +1 -0
- package/models/components/agenterroredstreamingevent.js +91 -0
- package/models/components/agenterroredstreamingevent.js.map +1 -0
- package/models/components/agentexecutionstartedstreamingevent.d.ts +62 -0
- package/models/components/agentexecutionstartedstreamingevent.d.ts.map +1 -0
- package/models/components/agentexecutionstartedstreamingevent.js +103 -0
- package/models/components/agentexecutionstartedstreamingevent.js.map +1 -0
- package/models/components/agenthandedoffstreamingevent.d.ts +51 -0
- package/models/components/agenthandedoffstreamingevent.d.ts.map +1 -0
- package/models/components/agenthandedoffstreamingevent.js +96 -0
- package/models/components/agenthandedoffstreamingevent.js.map +1 -0
- package/models/components/agentinactivestreamingevent.d.ts +309 -0
- package/models/components/agentinactivestreamingevent.d.ts.map +1 -0
- package/models/components/agentinactivestreamingevent.js +385 -0
- package/models/components/agentinactivestreamingevent.js.map +1 -0
- package/models/components/agentmessagecreatedstreamingevent.d.ts +141 -0
- package/models/components/agentmessagecreatedstreamingevent.d.ts.map +1 -0
- package/models/components/agentmessagecreatedstreamingevent.js +190 -0
- package/models/components/agentmessagecreatedstreamingevent.js.map +1 -0
- package/models/components/agentstartedstreamingevent.d.ts +382 -0
- package/models/components/agentstartedstreamingevent.d.ts.map +1 -0
- package/models/components/agentstartedstreamingevent.js +441 -0
- package/models/components/agentstartedstreamingevent.js.map +1 -0
- package/models/components/agentthoughtstreamingevent.d.ts +542 -0
- package/models/components/agentthoughtstreamingevent.d.ts.map +1 -0
- package/models/components/agentthoughtstreamingevent.js +626 -0
- package/models/components/agentthoughtstreamingevent.js.map +1 -0
- package/models/components/errorstreamingevent.d.ts +51 -0
- package/models/components/errorstreamingevent.d.ts.map +1 -0
- package/models/components/errorstreamingevent.js +87 -0
- package/models/components/errorstreamingevent.js.map +1 -0
- package/models/components/executionnamedstreamingevent.d.ts +51 -0
- package/models/components/executionnamedstreamingevent.d.ts.map +1 -0
- package/models/components/executionnamedstreamingevent.js +96 -0
- package/models/components/executionnamedstreamingevent.js.map +1 -0
- package/models/components/executionreviewedstreamingevent.d.ts +45 -0
- package/models/components/executionreviewedstreamingevent.d.ts.map +1 -0
- package/models/components/executionreviewedstreamingevent.js +81 -0
- package/models/components/executionreviewedstreamingevent.js.map +1 -0
- package/models/components/executionreviewrequiredstreamingevent.d.ts +45 -0
- package/models/components/executionreviewrequiredstreamingevent.d.ts.map +1 -0
- package/models/components/executionreviewrequiredstreamingevent.js +82 -0
- package/models/components/executionreviewrequiredstreamingevent.js.map +1 -0
- package/models/components/filepart.d.ts +1 -1
- package/models/components/index.d.ts +17 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +17 -0
- package/models/components/index.js.map +1 -1
- package/models/components/invokedeploymentrequest.d.ts +13 -13
- package/models/components/invokedeploymentrequest.d.ts.map +1 -1
- package/models/components/invokedeploymentrequest.js +17 -17
- package/models/components/invokedeploymentrequest.js.map +1 -1
- package/models/components/timeoutstreamingevent.d.ts +49 -0
- package/models/components/timeoutstreamingevent.d.ts.map +1 -0
- package/models/components/timeoutstreamingevent.js +85 -0
- package/models/components/timeoutstreamingevent.js.map +1 -0
- package/models/components/toolexecutionfailedstreamingevent.d.ts +144 -0
- package/models/components/toolexecutionfailedstreamingevent.d.ts.map +1 -0
- package/models/components/toolexecutionfailedstreamingevent.js +223 -0
- package/models/components/toolexecutionfailedstreamingevent.js.map +1 -0
- package/models/components/toolexecutionfinishedstreamingevent.d.ts +129 -0
- package/models/components/toolexecutionfinishedstreamingevent.d.ts.map +1 -0
- package/models/components/toolexecutionfinishedstreamingevent.js +205 -0
- package/models/components/toolexecutionfinishedstreamingevent.js.map +1 -0
- package/models/components/toolexecutionstartedstreamingevent.d.ts +139 -0
- package/models/components/toolexecutionstartedstreamingevent.d.ts.map +1 -0
- package/models/components/toolexecutionstartedstreamingevent.js +217 -0
- package/models/components/toolexecutionstartedstreamingevent.js.map +1 -0
- package/models/components/toolresultpart.d.ts +1 -1
- package/models/operations/createagentresponserequest.d.ts +4 -137
- package/models/operations/createagentresponserequest.d.ts.map +1 -1
- package/models/operations/createagentresponserequest.js +9 -138
- package/models/operations/createagentresponserequest.js.map +1 -1
- package/models/operations/createbudget.js +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +8 -8
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.d.ts +80 -145
- package/models/operations/createeval.d.ts.map +1 -1
- package/models/operations/createeval.js +190 -266
- package/models/operations/createeval.js.map +1 -1
- package/models/operations/createtool.js +12 -12
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getalltools.js +12 -12
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.d.ts +14 -79
- package/models/operations/getevals.d.ts.map +1 -1
- package/models/operations/getevals.js +49 -132
- package/models/operations/getevals.js.map +1 -1
- package/models/operations/invokeagent.d.ts +14 -147
- package/models/operations/invokeagent.d.ts.map +1 -1
- package/models/operations/invokeagent.js +19 -148
- package/models/operations/invokeagent.js.map +1 -1
- package/models/operations/listbudgets.js +2 -2
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +8 -8
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/listknowledgebases.d.ts +16 -16
- package/models/operations/listknowledgebases.d.ts.map +1 -1
- package/models/operations/listknowledgebases.js +27 -25
- package/models/operations/listknowledgebases.js.map +1 -1
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +8 -8
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievetool.js +12 -12
- package/models/operations/runagent.d.ts +4 -137
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +17 -145
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamagent.d.ts +241 -2491
- package/models/operations/streamagent.d.ts.map +1 -1
- package/models/operations/streamagent.js +172 -2826
- package/models/operations/streamagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +889 -3139
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +175 -2825
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/updatebudget.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updatedatapoint.js +8 -8
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.d.ts +14 -79
- package/models/operations/updateeval.d.ts.map +1 -1
- package/models/operations/updateeval.js +51 -134
- package/models/operations/updateeval.js.map +1 -1
- package/models/operations/updatetool.js +14 -14
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/actionreviewedstreamingevent.ts +189 -0
- package/src/models/components/actionreviewrequestedstreamingevent.ts +326 -0
- package/src/models/components/agenterroredstreamingevent.ts +142 -0
- package/src/models/components/agentexecutionstartedstreamingevent.ts +145 -0
- package/src/models/components/agenthandedoffstreamingevent.ts +142 -0
- package/src/models/components/agentinactivestreamingevent.ts +857 -0
- package/src/models/components/agentmessagecreatedstreamingevent.ts +396 -0
- package/src/models/components/agentstartedstreamingevent.ts +909 -0
- package/src/models/components/agentthoughtstreamingevent.ts +1419 -0
- package/src/models/components/errorstreamingevent.ts +129 -0
- package/src/models/components/executionnamedstreamingevent.ts +142 -0
- package/src/models/components/executionreviewedstreamingevent.ts +122 -0
- package/src/models/components/executionreviewrequiredstreamingevent.ts +130 -0
- package/src/models/components/filepart.ts +1 -1
- package/src/models/components/index.ts +17 -0
- package/src/models/components/invokedeploymentrequest.ts +32 -27
- package/src/models/components/timeoutstreamingevent.ts +125 -0
- package/src/models/components/toolexecutionfailedstreamingevent.ts +406 -0
- package/src/models/components/toolexecutionfinishedstreamingevent.ts +373 -0
- package/src/models/components/toolexecutionstartedstreamingevent.ts +350 -0
- package/src/models/components/toolresultpart.ts +1 -1
- package/src/models/operations/createagentresponserequest.ts +20 -321
- package/src/models/operations/createbudget.ts +2 -2
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +8 -8
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +318 -615
- package/src/models/operations/createtool.ts +12 -12
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/getalltools.ts +12 -12
- package/src/models/operations/getbudget.ts +2 -2
- package/src/models/operations/getevals.ts +52 -287
- package/src/models/operations/invokeagent.ts +36 -373
- package/src/models/operations/listbudgets.ts +2 -2
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/listknowledgebases.ts +82 -102
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +8 -8
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievetool.ts +12 -12
- package/src/models/operations/runagent.ts +17 -365
- package/src/models/operations/streamagent.ts +794 -6985
- package/src/models/operations/streamrunagent.ts +3939 -9983
- package/src/models/operations/updatebudget.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +8 -8
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +52 -287
- package/src/models/operations/updatetool.ts +14 -14
|
@@ -0,0 +1,542 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
|
+
import { DataPart, DataPart$Outbound } from "./datapart.js";
|
|
6
|
+
import { FilePart, FilePart$Outbound } from "./filepart.js";
|
|
7
|
+
import { TextPart, TextPart$Outbound } from "./textpart.js";
|
|
8
|
+
import { ToolCallPart, ToolCallPart$Outbound } from "./toolcallpart.js";
|
|
9
|
+
import { ToolResultPart, ToolResultPart$Outbound } from "./toolresultpart.js";
|
|
10
|
+
export declare const AgentThoughtStreamingEventType: {
|
|
11
|
+
readonly EventAgentsThought: "event.agents.thought";
|
|
12
|
+
};
|
|
13
|
+
export type AgentThoughtStreamingEventType = ClosedEnum<typeof AgentThoughtStreamingEventType>;
|
|
14
|
+
export declare const AgentThoughtStreamingEventRole: {
|
|
15
|
+
readonly User: "user";
|
|
16
|
+
readonly Agent: "agent";
|
|
17
|
+
readonly Tool: "tool";
|
|
18
|
+
readonly System: "system";
|
|
19
|
+
};
|
|
20
|
+
export type AgentThoughtStreamingEventRole = ClosedEnum<typeof AgentThoughtStreamingEventRole>;
|
|
21
|
+
export type AgentThoughtStreamingEventParts = (ToolCallPart & {
|
|
22
|
+
kind: "tool_call";
|
|
23
|
+
}) | (TextPart & {
|
|
24
|
+
kind: "text";
|
|
25
|
+
}) | (DataPart & {
|
|
26
|
+
kind: "data";
|
|
27
|
+
}) | (FilePart & {
|
|
28
|
+
kind: "file";
|
|
29
|
+
}) | (ToolResultPart & {
|
|
30
|
+
kind: "tool_result";
|
|
31
|
+
});
|
|
32
|
+
export type MessageDifference = {
|
|
33
|
+
messageId: string;
|
|
34
|
+
role: AgentThoughtStreamingEventRole;
|
|
35
|
+
parts: Array<(ToolCallPart & {
|
|
36
|
+
kind: "tool_call";
|
|
37
|
+
}) | (TextPart & {
|
|
38
|
+
kind: "text";
|
|
39
|
+
}) | (DataPart & {
|
|
40
|
+
kind: "data";
|
|
41
|
+
}) | (FilePart & {
|
|
42
|
+
kind: "file";
|
|
43
|
+
}) | (ToolResultPart & {
|
|
44
|
+
kind: "tool_result";
|
|
45
|
+
})>;
|
|
46
|
+
metadata?: {
|
|
47
|
+
[k: string]: any;
|
|
48
|
+
} | undefined;
|
|
49
|
+
agentId: string;
|
|
50
|
+
agentExecutionId: string;
|
|
51
|
+
workspaceId: string;
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* The reason the model stopped generating tokens.
|
|
55
|
+
*/
|
|
56
|
+
export declare const AgentThoughtStreamingEventFinishReason: {
|
|
57
|
+
readonly Stop: "stop";
|
|
58
|
+
readonly Length: "length";
|
|
59
|
+
readonly ToolCalls: "tool_calls";
|
|
60
|
+
readonly ContentFilter: "content_filter";
|
|
61
|
+
readonly FunctionCall: "function_call";
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* The reason the model stopped generating tokens.
|
|
65
|
+
*/
|
|
66
|
+
export type AgentThoughtStreamingEventFinishReason = ClosedEnum<typeof AgentThoughtStreamingEventFinishReason>;
|
|
67
|
+
export declare const AgentThoughtStreamingEventDataType: {
|
|
68
|
+
readonly Function: "function";
|
|
69
|
+
};
|
|
70
|
+
export type AgentThoughtStreamingEventDataType = ClosedEnum<typeof AgentThoughtStreamingEventDataType>;
|
|
71
|
+
export type AgentThoughtStreamingEventFunction = {
|
|
72
|
+
/**
|
|
73
|
+
* The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64.
|
|
74
|
+
*/
|
|
75
|
+
name?: string | undefined;
|
|
76
|
+
/**
|
|
77
|
+
* The arguments to call the function with, as generated by the model in JSON format. Note that the model does not always generate valid JSON, and may hallucinate parameters not defined by your function schema. Validate the arguments in your code before calling your function.
|
|
78
|
+
*/
|
|
79
|
+
arguments?: string | undefined;
|
|
80
|
+
};
|
|
81
|
+
export type AgentThoughtStreamingEventToolCalls = {
|
|
82
|
+
id?: string | undefined;
|
|
83
|
+
type?: AgentThoughtStreamingEventDataType | undefined;
|
|
84
|
+
function?: AgentThoughtStreamingEventFunction | undefined;
|
|
85
|
+
};
|
|
86
|
+
export declare const AgentThoughtStreamingEventDataRole: {
|
|
87
|
+
readonly Assistant: "assistant";
|
|
88
|
+
};
|
|
89
|
+
export type AgentThoughtStreamingEventDataRole = ClosedEnum<typeof AgentThoughtStreamingEventDataRole>;
|
|
90
|
+
/**
|
|
91
|
+
* If the audio output modality is requested, this object contains data about the audio response from the model.
|
|
92
|
+
*/
|
|
93
|
+
export type AgentThoughtStreamingEventAudio = {
|
|
94
|
+
id: string;
|
|
95
|
+
expiresAt: number;
|
|
96
|
+
data: string;
|
|
97
|
+
transcript: string;
|
|
98
|
+
};
|
|
99
|
+
/**
|
|
100
|
+
* A chat completion message generated by the model.
|
|
101
|
+
*/
|
|
102
|
+
export type AgentThoughtStreamingEventMessage = {
|
|
103
|
+
content?: string | null | undefined;
|
|
104
|
+
refusal?: string | null | undefined;
|
|
105
|
+
toolCalls?: Array<AgentThoughtStreamingEventToolCalls> | undefined;
|
|
106
|
+
role?: AgentThoughtStreamingEventDataRole | undefined;
|
|
107
|
+
/**
|
|
108
|
+
* Internal thought process of the model
|
|
109
|
+
*/
|
|
110
|
+
reasoning?: string | null | undefined;
|
|
111
|
+
/**
|
|
112
|
+
* The signature holds a cryptographic token which verifies that the thinking block was generated by the model, and is verified when thinking is part of a multiturn conversation. This value should not be modified and should always be sent to the API when the reasoning is redacted. Currently only supported by `Anthropic`.
|
|
113
|
+
*/
|
|
114
|
+
reasoningSignature?: string | null | undefined;
|
|
115
|
+
/**
|
|
116
|
+
* Occasionally the model's internal reasoning will be flagged by the safety systems of the provider. When this occurs, the provider will encrypt the reasoning. These redacted reasoning is decrypted when passed back to the API, allowing the model to continue its response without losing context.
|
|
117
|
+
*/
|
|
118
|
+
redactedReasoning?: string | undefined;
|
|
119
|
+
/**
|
|
120
|
+
* If the audio output modality is requested, this object contains data about the audio response from the model.
|
|
121
|
+
*/
|
|
122
|
+
audio?: AgentThoughtStreamingEventAudio | null | undefined;
|
|
123
|
+
};
|
|
124
|
+
export type TopLogprobs = {
|
|
125
|
+
/**
|
|
126
|
+
* The token.
|
|
127
|
+
*/
|
|
128
|
+
token: string;
|
|
129
|
+
/**
|
|
130
|
+
* The log probability of this token, if it is within the top 20 most likely tokens. Otherwise, the value -9999.0 is used to signify that the token is very unlikely.
|
|
131
|
+
*/
|
|
132
|
+
logprob: number;
|
|
133
|
+
/**
|
|
134
|
+
* A list of integers representing the UTF-8 bytes representation of the token.
|
|
135
|
+
*/
|
|
136
|
+
bytes: Array<number> | null;
|
|
137
|
+
};
|
|
138
|
+
export type AgentThoughtStreamingEventContent = {
|
|
139
|
+
/**
|
|
140
|
+
* The token.
|
|
141
|
+
*/
|
|
142
|
+
token: string;
|
|
143
|
+
/**
|
|
144
|
+
* The log probability of this token, if it is within the top 20 most likely tokens. Otherwise, the value -9999.0 is used to signify that the token is very unlikely.
|
|
145
|
+
*/
|
|
146
|
+
logprob: number;
|
|
147
|
+
/**
|
|
148
|
+
* A list of integers representing the UTF-8 bytes representation of the token.
|
|
149
|
+
*/
|
|
150
|
+
bytes: Array<number> | null;
|
|
151
|
+
/**
|
|
152
|
+
* List of the most likely tokens and their log probability, at this token position.
|
|
153
|
+
*/
|
|
154
|
+
topLogprobs: Array<TopLogprobs>;
|
|
155
|
+
};
|
|
156
|
+
export type AgentThoughtStreamingEventTopLogprobs = {
|
|
157
|
+
/**
|
|
158
|
+
* The token.
|
|
159
|
+
*/
|
|
160
|
+
token: string;
|
|
161
|
+
/**
|
|
162
|
+
* The log probability of this token, if it is within the top 20 most likely tokens. Otherwise, the value -9999.0 is used to signify that the token is very unlikely.
|
|
163
|
+
*/
|
|
164
|
+
logprob: number;
|
|
165
|
+
/**
|
|
166
|
+
* A list of integers representing the UTF-8 bytes representation of the token.
|
|
167
|
+
*/
|
|
168
|
+
bytes: Array<number> | null;
|
|
169
|
+
};
|
|
170
|
+
export type Refusal = {
|
|
171
|
+
/**
|
|
172
|
+
* The token.
|
|
173
|
+
*/
|
|
174
|
+
token: string;
|
|
175
|
+
/**
|
|
176
|
+
* The log probability of this token, if it is within the top 20 most likely tokens. Otherwise, the value -9999.0 is used to signify that the token is very unlikely.
|
|
177
|
+
*/
|
|
178
|
+
logprob: number;
|
|
179
|
+
/**
|
|
180
|
+
* A list of integers representing the UTF-8 bytes representation of the token.
|
|
181
|
+
*/
|
|
182
|
+
bytes: Array<number> | null;
|
|
183
|
+
/**
|
|
184
|
+
* List of the most likely tokens and their log probability, at this token position.
|
|
185
|
+
*/
|
|
186
|
+
topLogprobs: Array<AgentThoughtStreamingEventTopLogprobs>;
|
|
187
|
+
};
|
|
188
|
+
/**
|
|
189
|
+
* Log probability information for the choice.
|
|
190
|
+
*/
|
|
191
|
+
export type Logprobs = {
|
|
192
|
+
/**
|
|
193
|
+
* A list of message content tokens with log probability information.
|
|
194
|
+
*/
|
|
195
|
+
content: Array<AgentThoughtStreamingEventContent> | null;
|
|
196
|
+
/**
|
|
197
|
+
* A list of message refusal tokens with log probability information.
|
|
198
|
+
*/
|
|
199
|
+
refusal: Array<Refusal> | null;
|
|
200
|
+
};
|
|
201
|
+
export type Choice = {
|
|
202
|
+
/**
|
|
203
|
+
* The reason the model stopped generating tokens.
|
|
204
|
+
*/
|
|
205
|
+
finishReason: AgentThoughtStreamingEventFinishReason | null;
|
|
206
|
+
/**
|
|
207
|
+
* The index of the choice in the list of choices.
|
|
208
|
+
*/
|
|
209
|
+
index?: number | undefined;
|
|
210
|
+
/**
|
|
211
|
+
* A chat completion message generated by the model.
|
|
212
|
+
*/
|
|
213
|
+
message: AgentThoughtStreamingEventMessage;
|
|
214
|
+
/**
|
|
215
|
+
* Log probability information for the choice.
|
|
216
|
+
*/
|
|
217
|
+
logprobs?: Logprobs | null | undefined;
|
|
218
|
+
};
|
|
219
|
+
export type PromptTokensDetails = {
|
|
220
|
+
cachedTokens?: number | null | undefined;
|
|
221
|
+
/**
|
|
222
|
+
* The number of audio input tokens consumed by the request.
|
|
223
|
+
*/
|
|
224
|
+
audioTokens?: number | null | undefined;
|
|
225
|
+
};
|
|
226
|
+
export type CompletionTokensDetails = {
|
|
227
|
+
reasoningTokens?: number | null | undefined;
|
|
228
|
+
acceptedPredictionTokens?: number | null | undefined;
|
|
229
|
+
rejectedPredictionTokens?: number | null | undefined;
|
|
230
|
+
/**
|
|
231
|
+
* The number of audio output tokens produced by the response.
|
|
232
|
+
*/
|
|
233
|
+
audioTokens?: number | null | undefined;
|
|
234
|
+
};
|
|
235
|
+
/**
|
|
236
|
+
* Usage statistics for the completion request.
|
|
237
|
+
*/
|
|
238
|
+
export type Usage = {
|
|
239
|
+
/**
|
|
240
|
+
* Number of tokens in the generated completion.
|
|
241
|
+
*/
|
|
242
|
+
completionTokens?: number | undefined;
|
|
243
|
+
/**
|
|
244
|
+
* Number of tokens in the prompt.
|
|
245
|
+
*/
|
|
246
|
+
promptTokens?: number | undefined;
|
|
247
|
+
/**
|
|
248
|
+
* Total number of tokens used in the request (prompt + completion).
|
|
249
|
+
*/
|
|
250
|
+
totalTokens?: number | undefined;
|
|
251
|
+
promptTokensDetails?: PromptTokensDetails | null | undefined;
|
|
252
|
+
completionTokensDetails?: CompletionTokensDetails | null | undefined;
|
|
253
|
+
};
|
|
254
|
+
export type AgentThoughtStreamingEventData = {
|
|
255
|
+
agentId: string;
|
|
256
|
+
messageDifference: {
|
|
257
|
+
[k: string]: MessageDifference;
|
|
258
|
+
};
|
|
259
|
+
choice?: Choice | undefined;
|
|
260
|
+
choiceIndex?: number | undefined;
|
|
261
|
+
iteration: number;
|
|
262
|
+
accumulatedExecutionTime: number;
|
|
263
|
+
responseId?: string | undefined;
|
|
264
|
+
/**
|
|
265
|
+
* Usage statistics for the completion request.
|
|
266
|
+
*/
|
|
267
|
+
usage?: Usage | undefined;
|
|
268
|
+
};
|
|
269
|
+
/**
|
|
270
|
+
* Emitted during agent reasoning. Contains the incremental message changes, model choices, iteration count, and token usage for this processing step.
|
|
271
|
+
*/
|
|
272
|
+
export type AgentThoughtStreamingEvent = {
|
|
273
|
+
type: AgentThoughtStreamingEventType;
|
|
274
|
+
/**
|
|
275
|
+
* ISO timestamp of the event
|
|
276
|
+
*/
|
|
277
|
+
timestamp: string;
|
|
278
|
+
data: AgentThoughtStreamingEventData;
|
|
279
|
+
};
|
|
280
|
+
/** @internal */
|
|
281
|
+
export declare const AgentThoughtStreamingEventType$inboundSchema: z.ZodNativeEnum<typeof AgentThoughtStreamingEventType>;
|
|
282
|
+
/** @internal */
|
|
283
|
+
export declare const AgentThoughtStreamingEventType$outboundSchema: z.ZodNativeEnum<typeof AgentThoughtStreamingEventType>;
|
|
284
|
+
/** @internal */
|
|
285
|
+
export declare const AgentThoughtStreamingEventRole$inboundSchema: z.ZodNativeEnum<typeof AgentThoughtStreamingEventRole>;
|
|
286
|
+
/** @internal */
|
|
287
|
+
export declare const AgentThoughtStreamingEventRole$outboundSchema: z.ZodNativeEnum<typeof AgentThoughtStreamingEventRole>;
|
|
288
|
+
/** @internal */
|
|
289
|
+
export declare const AgentThoughtStreamingEventParts$inboundSchema: z.ZodType<AgentThoughtStreamingEventParts, z.ZodTypeDef, unknown>;
|
|
290
|
+
/** @internal */
|
|
291
|
+
export type AgentThoughtStreamingEventParts$Outbound = (ToolCallPart$Outbound & {
|
|
292
|
+
kind: "tool_call";
|
|
293
|
+
}) | (TextPart$Outbound & {
|
|
294
|
+
kind: "text";
|
|
295
|
+
}) | (DataPart$Outbound & {
|
|
296
|
+
kind: "data";
|
|
297
|
+
}) | (FilePart$Outbound & {
|
|
298
|
+
kind: "file";
|
|
299
|
+
}) | (ToolResultPart$Outbound & {
|
|
300
|
+
kind: "tool_result";
|
|
301
|
+
});
|
|
302
|
+
/** @internal */
|
|
303
|
+
export declare const AgentThoughtStreamingEventParts$outboundSchema: z.ZodType<AgentThoughtStreamingEventParts$Outbound, z.ZodTypeDef, AgentThoughtStreamingEventParts>;
|
|
304
|
+
export declare function agentThoughtStreamingEventPartsToJSON(agentThoughtStreamingEventParts: AgentThoughtStreamingEventParts): string;
|
|
305
|
+
export declare function agentThoughtStreamingEventPartsFromJSON(jsonString: string): SafeParseResult<AgentThoughtStreamingEventParts, SDKValidationError>;
|
|
306
|
+
/** @internal */
|
|
307
|
+
export declare const MessageDifference$inboundSchema: z.ZodType<MessageDifference, z.ZodTypeDef, unknown>;
|
|
308
|
+
/** @internal */
|
|
309
|
+
export type MessageDifference$Outbound = {
|
|
310
|
+
messageId: string;
|
|
311
|
+
role: string;
|
|
312
|
+
parts: Array<(ToolCallPart$Outbound & {
|
|
313
|
+
kind: "tool_call";
|
|
314
|
+
}) | (TextPart$Outbound & {
|
|
315
|
+
kind: "text";
|
|
316
|
+
}) | (DataPart$Outbound & {
|
|
317
|
+
kind: "data";
|
|
318
|
+
}) | (FilePart$Outbound & {
|
|
319
|
+
kind: "file";
|
|
320
|
+
}) | (ToolResultPart$Outbound & {
|
|
321
|
+
kind: "tool_result";
|
|
322
|
+
})>;
|
|
323
|
+
metadata?: {
|
|
324
|
+
[k: string]: any;
|
|
325
|
+
} | undefined;
|
|
326
|
+
agent_id: string;
|
|
327
|
+
agent_execution_id: string;
|
|
328
|
+
workspace_id: string;
|
|
329
|
+
};
|
|
330
|
+
/** @internal */
|
|
331
|
+
export declare const MessageDifference$outboundSchema: z.ZodType<MessageDifference$Outbound, z.ZodTypeDef, MessageDifference>;
|
|
332
|
+
export declare function messageDifferenceToJSON(messageDifference: MessageDifference): string;
|
|
333
|
+
export declare function messageDifferenceFromJSON(jsonString: string): SafeParseResult<MessageDifference, SDKValidationError>;
|
|
334
|
+
/** @internal */
|
|
335
|
+
export declare const AgentThoughtStreamingEventFinishReason$inboundSchema: z.ZodNativeEnum<typeof AgentThoughtStreamingEventFinishReason>;
|
|
336
|
+
/** @internal */
|
|
337
|
+
export declare const AgentThoughtStreamingEventFinishReason$outboundSchema: z.ZodNativeEnum<typeof AgentThoughtStreamingEventFinishReason>;
|
|
338
|
+
/** @internal */
|
|
339
|
+
export declare const AgentThoughtStreamingEventDataType$inboundSchema: z.ZodNativeEnum<typeof AgentThoughtStreamingEventDataType>;
|
|
340
|
+
/** @internal */
|
|
341
|
+
export declare const AgentThoughtStreamingEventDataType$outboundSchema: z.ZodNativeEnum<typeof AgentThoughtStreamingEventDataType>;
|
|
342
|
+
/** @internal */
|
|
343
|
+
export declare const AgentThoughtStreamingEventFunction$inboundSchema: z.ZodType<AgentThoughtStreamingEventFunction, z.ZodTypeDef, unknown>;
|
|
344
|
+
/** @internal */
|
|
345
|
+
export type AgentThoughtStreamingEventFunction$Outbound = {
|
|
346
|
+
name?: string | undefined;
|
|
347
|
+
arguments?: string | undefined;
|
|
348
|
+
};
|
|
349
|
+
/** @internal */
|
|
350
|
+
export declare const AgentThoughtStreamingEventFunction$outboundSchema: z.ZodType<AgentThoughtStreamingEventFunction$Outbound, z.ZodTypeDef, AgentThoughtStreamingEventFunction>;
|
|
351
|
+
export declare function agentThoughtStreamingEventFunctionToJSON(agentThoughtStreamingEventFunction: AgentThoughtStreamingEventFunction): string;
|
|
352
|
+
export declare function agentThoughtStreamingEventFunctionFromJSON(jsonString: string): SafeParseResult<AgentThoughtStreamingEventFunction, SDKValidationError>;
|
|
353
|
+
/** @internal */
|
|
354
|
+
export declare const AgentThoughtStreamingEventToolCalls$inboundSchema: z.ZodType<AgentThoughtStreamingEventToolCalls, z.ZodTypeDef, unknown>;
|
|
355
|
+
/** @internal */
|
|
356
|
+
export type AgentThoughtStreamingEventToolCalls$Outbound = {
|
|
357
|
+
id?: string | undefined;
|
|
358
|
+
type?: string | undefined;
|
|
359
|
+
function?: AgentThoughtStreamingEventFunction$Outbound | undefined;
|
|
360
|
+
};
|
|
361
|
+
/** @internal */
|
|
362
|
+
export declare const AgentThoughtStreamingEventToolCalls$outboundSchema: z.ZodType<AgentThoughtStreamingEventToolCalls$Outbound, z.ZodTypeDef, AgentThoughtStreamingEventToolCalls>;
|
|
363
|
+
export declare function agentThoughtStreamingEventToolCallsToJSON(agentThoughtStreamingEventToolCalls: AgentThoughtStreamingEventToolCalls): string;
|
|
364
|
+
export declare function agentThoughtStreamingEventToolCallsFromJSON(jsonString: string): SafeParseResult<AgentThoughtStreamingEventToolCalls, SDKValidationError>;
|
|
365
|
+
/** @internal */
|
|
366
|
+
export declare const AgentThoughtStreamingEventDataRole$inboundSchema: z.ZodNativeEnum<typeof AgentThoughtStreamingEventDataRole>;
|
|
367
|
+
/** @internal */
|
|
368
|
+
export declare const AgentThoughtStreamingEventDataRole$outboundSchema: z.ZodNativeEnum<typeof AgentThoughtStreamingEventDataRole>;
|
|
369
|
+
/** @internal */
|
|
370
|
+
export declare const AgentThoughtStreamingEventAudio$inboundSchema: z.ZodType<AgentThoughtStreamingEventAudio, z.ZodTypeDef, unknown>;
|
|
371
|
+
/** @internal */
|
|
372
|
+
export type AgentThoughtStreamingEventAudio$Outbound = {
|
|
373
|
+
id: string;
|
|
374
|
+
expires_at: number;
|
|
375
|
+
data: string;
|
|
376
|
+
transcript: string;
|
|
377
|
+
};
|
|
378
|
+
/** @internal */
|
|
379
|
+
export declare const AgentThoughtStreamingEventAudio$outboundSchema: z.ZodType<AgentThoughtStreamingEventAudio$Outbound, z.ZodTypeDef, AgentThoughtStreamingEventAudio>;
|
|
380
|
+
export declare function agentThoughtStreamingEventAudioToJSON(agentThoughtStreamingEventAudio: AgentThoughtStreamingEventAudio): string;
|
|
381
|
+
export declare function agentThoughtStreamingEventAudioFromJSON(jsonString: string): SafeParseResult<AgentThoughtStreamingEventAudio, SDKValidationError>;
|
|
382
|
+
/** @internal */
|
|
383
|
+
export declare const AgentThoughtStreamingEventMessage$inboundSchema: z.ZodType<AgentThoughtStreamingEventMessage, z.ZodTypeDef, unknown>;
|
|
384
|
+
/** @internal */
|
|
385
|
+
export type AgentThoughtStreamingEventMessage$Outbound = {
|
|
386
|
+
content?: string | null | undefined;
|
|
387
|
+
refusal?: string | null | undefined;
|
|
388
|
+
tool_calls?: Array<AgentThoughtStreamingEventToolCalls$Outbound> | undefined;
|
|
389
|
+
role?: string | undefined;
|
|
390
|
+
reasoning?: string | null | undefined;
|
|
391
|
+
reasoning_signature?: string | null | undefined;
|
|
392
|
+
redacted_reasoning?: string | undefined;
|
|
393
|
+
audio?: AgentThoughtStreamingEventAudio$Outbound | null | undefined;
|
|
394
|
+
};
|
|
395
|
+
/** @internal */
|
|
396
|
+
export declare const AgentThoughtStreamingEventMessage$outboundSchema: z.ZodType<AgentThoughtStreamingEventMessage$Outbound, z.ZodTypeDef, AgentThoughtStreamingEventMessage>;
|
|
397
|
+
export declare function agentThoughtStreamingEventMessageToJSON(agentThoughtStreamingEventMessage: AgentThoughtStreamingEventMessage): string;
|
|
398
|
+
export declare function agentThoughtStreamingEventMessageFromJSON(jsonString: string): SafeParseResult<AgentThoughtStreamingEventMessage, SDKValidationError>;
|
|
399
|
+
/** @internal */
|
|
400
|
+
export declare const TopLogprobs$inboundSchema: z.ZodType<TopLogprobs, z.ZodTypeDef, unknown>;
|
|
401
|
+
/** @internal */
|
|
402
|
+
export type TopLogprobs$Outbound = {
|
|
403
|
+
token: string;
|
|
404
|
+
logprob: number;
|
|
405
|
+
bytes: Array<number> | null;
|
|
406
|
+
};
|
|
407
|
+
/** @internal */
|
|
408
|
+
export declare const TopLogprobs$outboundSchema: z.ZodType<TopLogprobs$Outbound, z.ZodTypeDef, TopLogprobs>;
|
|
409
|
+
export declare function topLogprobsToJSON(topLogprobs: TopLogprobs): string;
|
|
410
|
+
export declare function topLogprobsFromJSON(jsonString: string): SafeParseResult<TopLogprobs, SDKValidationError>;
|
|
411
|
+
/** @internal */
|
|
412
|
+
export declare const AgentThoughtStreamingEventContent$inboundSchema: z.ZodType<AgentThoughtStreamingEventContent, z.ZodTypeDef, unknown>;
|
|
413
|
+
/** @internal */
|
|
414
|
+
export type AgentThoughtStreamingEventContent$Outbound = {
|
|
415
|
+
token: string;
|
|
416
|
+
logprob: number;
|
|
417
|
+
bytes: Array<number> | null;
|
|
418
|
+
top_logprobs: Array<TopLogprobs$Outbound>;
|
|
419
|
+
};
|
|
420
|
+
/** @internal */
|
|
421
|
+
export declare const AgentThoughtStreamingEventContent$outboundSchema: z.ZodType<AgentThoughtStreamingEventContent$Outbound, z.ZodTypeDef, AgentThoughtStreamingEventContent>;
|
|
422
|
+
export declare function agentThoughtStreamingEventContentToJSON(agentThoughtStreamingEventContent: AgentThoughtStreamingEventContent): string;
|
|
423
|
+
export declare function agentThoughtStreamingEventContentFromJSON(jsonString: string): SafeParseResult<AgentThoughtStreamingEventContent, SDKValidationError>;
|
|
424
|
+
/** @internal */
|
|
425
|
+
export declare const AgentThoughtStreamingEventTopLogprobs$inboundSchema: z.ZodType<AgentThoughtStreamingEventTopLogprobs, z.ZodTypeDef, unknown>;
|
|
426
|
+
/** @internal */
|
|
427
|
+
export type AgentThoughtStreamingEventTopLogprobs$Outbound = {
|
|
428
|
+
token: string;
|
|
429
|
+
logprob: number;
|
|
430
|
+
bytes: Array<number> | null;
|
|
431
|
+
};
|
|
432
|
+
/** @internal */
|
|
433
|
+
export declare const AgentThoughtStreamingEventTopLogprobs$outboundSchema: z.ZodType<AgentThoughtStreamingEventTopLogprobs$Outbound, z.ZodTypeDef, AgentThoughtStreamingEventTopLogprobs>;
|
|
434
|
+
export declare function agentThoughtStreamingEventTopLogprobsToJSON(agentThoughtStreamingEventTopLogprobs: AgentThoughtStreamingEventTopLogprobs): string;
|
|
435
|
+
export declare function agentThoughtStreamingEventTopLogprobsFromJSON(jsonString: string): SafeParseResult<AgentThoughtStreamingEventTopLogprobs, SDKValidationError>;
|
|
436
|
+
/** @internal */
|
|
437
|
+
export declare const Refusal$inboundSchema: z.ZodType<Refusal, z.ZodTypeDef, unknown>;
|
|
438
|
+
/** @internal */
|
|
439
|
+
export type Refusal$Outbound = {
|
|
440
|
+
token: string;
|
|
441
|
+
logprob: number;
|
|
442
|
+
bytes: Array<number> | null;
|
|
443
|
+
top_logprobs: Array<AgentThoughtStreamingEventTopLogprobs$Outbound>;
|
|
444
|
+
};
|
|
445
|
+
/** @internal */
|
|
446
|
+
export declare const Refusal$outboundSchema: z.ZodType<Refusal$Outbound, z.ZodTypeDef, Refusal>;
|
|
447
|
+
export declare function refusalToJSON(refusal: Refusal): string;
|
|
448
|
+
export declare function refusalFromJSON(jsonString: string): SafeParseResult<Refusal, SDKValidationError>;
|
|
449
|
+
/** @internal */
|
|
450
|
+
export declare const Logprobs$inboundSchema: z.ZodType<Logprobs, z.ZodTypeDef, unknown>;
|
|
451
|
+
/** @internal */
|
|
452
|
+
export type Logprobs$Outbound = {
|
|
453
|
+
content: Array<AgentThoughtStreamingEventContent$Outbound> | null;
|
|
454
|
+
refusal: Array<Refusal$Outbound> | null;
|
|
455
|
+
};
|
|
456
|
+
/** @internal */
|
|
457
|
+
export declare const Logprobs$outboundSchema: z.ZodType<Logprobs$Outbound, z.ZodTypeDef, Logprobs>;
|
|
458
|
+
export declare function logprobsToJSON(logprobs: Logprobs): string;
|
|
459
|
+
export declare function logprobsFromJSON(jsonString: string): SafeParseResult<Logprobs, SDKValidationError>;
|
|
460
|
+
/** @internal */
|
|
461
|
+
export declare const Choice$inboundSchema: z.ZodType<Choice, z.ZodTypeDef, unknown>;
|
|
462
|
+
/** @internal */
|
|
463
|
+
export type Choice$Outbound = {
|
|
464
|
+
finish_reason: string | null;
|
|
465
|
+
index: number;
|
|
466
|
+
message: AgentThoughtStreamingEventMessage$Outbound;
|
|
467
|
+
logprobs?: Logprobs$Outbound | null | undefined;
|
|
468
|
+
};
|
|
469
|
+
/** @internal */
|
|
470
|
+
export declare const Choice$outboundSchema: z.ZodType<Choice$Outbound, z.ZodTypeDef, Choice>;
|
|
471
|
+
export declare function choiceToJSON(choice: Choice): string;
|
|
472
|
+
export declare function choiceFromJSON(jsonString: string): SafeParseResult<Choice, SDKValidationError>;
|
|
473
|
+
/** @internal */
|
|
474
|
+
export declare const PromptTokensDetails$inboundSchema: z.ZodType<PromptTokensDetails, z.ZodTypeDef, unknown>;
|
|
475
|
+
/** @internal */
|
|
476
|
+
export type PromptTokensDetails$Outbound = {
|
|
477
|
+
cached_tokens?: number | null | undefined;
|
|
478
|
+
audio_tokens?: number | null | undefined;
|
|
479
|
+
};
|
|
480
|
+
/** @internal */
|
|
481
|
+
export declare const PromptTokensDetails$outboundSchema: z.ZodType<PromptTokensDetails$Outbound, z.ZodTypeDef, PromptTokensDetails>;
|
|
482
|
+
export declare function promptTokensDetailsToJSON(promptTokensDetails: PromptTokensDetails): string;
|
|
483
|
+
export declare function promptTokensDetailsFromJSON(jsonString: string): SafeParseResult<PromptTokensDetails, SDKValidationError>;
|
|
484
|
+
/** @internal */
|
|
485
|
+
export declare const CompletionTokensDetails$inboundSchema: z.ZodType<CompletionTokensDetails, z.ZodTypeDef, unknown>;
|
|
486
|
+
/** @internal */
|
|
487
|
+
export type CompletionTokensDetails$Outbound = {
|
|
488
|
+
reasoning_tokens?: number | null | undefined;
|
|
489
|
+
accepted_prediction_tokens?: number | null | undefined;
|
|
490
|
+
rejected_prediction_tokens?: number | null | undefined;
|
|
491
|
+
audio_tokens?: number | null | undefined;
|
|
492
|
+
};
|
|
493
|
+
/** @internal */
|
|
494
|
+
export declare const CompletionTokensDetails$outboundSchema: z.ZodType<CompletionTokensDetails$Outbound, z.ZodTypeDef, CompletionTokensDetails>;
|
|
495
|
+
export declare function completionTokensDetailsToJSON(completionTokensDetails: CompletionTokensDetails): string;
|
|
496
|
+
export declare function completionTokensDetailsFromJSON(jsonString: string): SafeParseResult<CompletionTokensDetails, SDKValidationError>;
|
|
497
|
+
/** @internal */
|
|
498
|
+
export declare const Usage$inboundSchema: z.ZodType<Usage, z.ZodTypeDef, unknown>;
|
|
499
|
+
/** @internal */
|
|
500
|
+
export type Usage$Outbound = {
|
|
501
|
+
completion_tokens?: number | undefined;
|
|
502
|
+
prompt_tokens?: number | undefined;
|
|
503
|
+
total_tokens?: number | undefined;
|
|
504
|
+
prompt_tokens_details?: PromptTokensDetails$Outbound | null | undefined;
|
|
505
|
+
completion_tokens_details?: CompletionTokensDetails$Outbound | null | undefined;
|
|
506
|
+
};
|
|
507
|
+
/** @internal */
|
|
508
|
+
export declare const Usage$outboundSchema: z.ZodType<Usage$Outbound, z.ZodTypeDef, Usage>;
|
|
509
|
+
export declare function usageToJSON(usage: Usage): string;
|
|
510
|
+
export declare function usageFromJSON(jsonString: string): SafeParseResult<Usage, SDKValidationError>;
|
|
511
|
+
/** @internal */
|
|
512
|
+
export declare const AgentThoughtStreamingEventData$inboundSchema: z.ZodType<AgentThoughtStreamingEventData, z.ZodTypeDef, unknown>;
|
|
513
|
+
/** @internal */
|
|
514
|
+
export type AgentThoughtStreamingEventData$Outbound = {
|
|
515
|
+
agent_id: string;
|
|
516
|
+
message_difference: {
|
|
517
|
+
[k: string]: MessageDifference$Outbound;
|
|
518
|
+
};
|
|
519
|
+
choice?: Choice$Outbound | undefined;
|
|
520
|
+
choiceIndex?: number | undefined;
|
|
521
|
+
iteration: number;
|
|
522
|
+
accumulated_execution_time: number;
|
|
523
|
+
responseId?: string | undefined;
|
|
524
|
+
usage?: Usage$Outbound | undefined;
|
|
525
|
+
};
|
|
526
|
+
/** @internal */
|
|
527
|
+
export declare const AgentThoughtStreamingEventData$outboundSchema: z.ZodType<AgentThoughtStreamingEventData$Outbound, z.ZodTypeDef, AgentThoughtStreamingEventData>;
|
|
528
|
+
export declare function agentThoughtStreamingEventDataToJSON(agentThoughtStreamingEventData: AgentThoughtStreamingEventData): string;
|
|
529
|
+
export declare function agentThoughtStreamingEventDataFromJSON(jsonString: string): SafeParseResult<AgentThoughtStreamingEventData, SDKValidationError>;
|
|
530
|
+
/** @internal */
|
|
531
|
+
export declare const AgentThoughtStreamingEvent$inboundSchema: z.ZodType<AgentThoughtStreamingEvent, z.ZodTypeDef, unknown>;
|
|
532
|
+
/** @internal */
|
|
533
|
+
export type AgentThoughtStreamingEvent$Outbound = {
|
|
534
|
+
type: string;
|
|
535
|
+
timestamp: string;
|
|
536
|
+
data: AgentThoughtStreamingEventData$Outbound;
|
|
537
|
+
};
|
|
538
|
+
/** @internal */
|
|
539
|
+
export declare const AgentThoughtStreamingEvent$outboundSchema: z.ZodType<AgentThoughtStreamingEvent$Outbound, z.ZodTypeDef, AgentThoughtStreamingEvent>;
|
|
540
|
+
export declare function agentThoughtStreamingEventToJSON(agentThoughtStreamingEvent: AgentThoughtStreamingEvent): string;
|
|
541
|
+
export declare function agentThoughtStreamingEventFromJSON(jsonString: string): SafeParseResult<AgentThoughtStreamingEvent, SDKValidationError>;
|
|
542
|
+
//# sourceMappingURL=agentthoughtstreamingevent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agentthoughtstreamingevent.d.ts","sourceRoot":"","sources":["../../src/models/components/agentthoughtstreamingevent.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,QAAQ,EAER,iBAAiB,EAElB,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,QAAQ,EAER,iBAAiB,EAElB,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,QAAQ,EAER,iBAAiB,EAElB,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,YAAY,EAEZ,qBAAqB,EAEtB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,cAAc,EAEd,uBAAuB,EAExB,MAAM,qBAAqB,CAAC;AAE7B,eAAO,MAAM,8BAA8B;;CAEjC,CAAC;AACX,MAAM,MAAM,8BAA8B,GAAG,UAAU,CACrD,OAAO,8BAA8B,CACtC,CAAC;AAEF,eAAO,MAAM,8BAA8B;;;;;CAKjC,CAAC;AACX,MAAM,MAAM,8BAA8B,GAAG,UAAU,CACrD,OAAO,8BAA8B,CACtC,CAAC;AAEF,MAAM,MAAM,+BAA+B,GACvC,CAAC,YAAY,GAAG;IAAE,IAAI,EAAE,WAAW,CAAA;CAAE,CAAC,GACtC,CAAC,QAAQ,GAAG;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC,GAC7B,CAAC,QAAQ,GAAG;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC,GAC7B,CAAC,QAAQ,GAAG;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC,GAC7B,CAAC,cAAc,GAAG;IAAE,IAAI,EAAE,aAAa,CAAA;CAAE,CAAC,CAAC;AAE/C,MAAM,MAAM,iBAAiB,GAAG;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,8BAA8B,CAAC;IACrC,KAAK,EAAE,KAAK,CACR,CAAC,YAAY,GAAG;QAAE,IAAI,EAAE,WAAW,CAAA;KAAE,CAAC,GACtC,CAAC,QAAQ,GAAG;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,GAC7B,CAAC,QAAQ,GAAG;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,GAC7B,CAAC,QAAQ,GAAG;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,GAC7B,CAAC,cAAc,GAAG;QAAE,IAAI,EAAE,aAAa,CAAA;KAAE,CAAC,CAC7C,CAAC;IACF,QAAQ,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,SAAS,CAAC;IAC5C,OAAO,EAAE,MAAM,CAAC;IAChB,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,sCAAsC;;;;;;CAMzC,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,sCAAsC,GAAG,UAAU,CAC7D,OAAO,sCAAsC,CAC9C,CAAC;AAEF,eAAO,MAAM,kCAAkC;;CAErC,CAAC;AACX,MAAM,MAAM,kCAAkC,GAAG,UAAU,CACzD,OAAO,kCAAkC,CAC1C,CAAC;AAEF,MAAM,MAAM,kCAAkC,GAAG;IAC/C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,mCAAmC,GAAG;IAChD,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,IAAI,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IACtD,QAAQ,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;CAC3D,CAAC;AAEF,eAAO,MAAM,kCAAkC;;CAErC,CAAC;AACX,MAAM,MAAM,kCAAkC,GAAG,UAAU,CACzD,OAAO,kCAAkC,CAC1C,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG;IAC5C,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,iCAAiC,GAAG;IAC9C,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,SAAS,CAAC,EAAE,KAAK,CAAC,mCAAmC,CAAC,GAAG,SAAS,CAAC;IACnE,IAAI,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IACtD;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC/C;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC;;OAEG;IACH,KAAK,CAAC,EAAE,+BAA+B,GAAG,IAAI,GAAG,SAAS,CAAC;CAC5D,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,iCAAiC,GAAG;IAC9C;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAC5B;;OAEG;IACH,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,qCAAqC,GAAG;IAClD;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,OAAO,GAAG;IACpB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAC5B;;OAEG;IACH,WAAW,EAAE,KAAK,CAAC,qCAAqC,CAAC,CAAC;CAC3D,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG;IACrB;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,iCAAiC,CAAC,GAAG,IAAI,CAAC;IACzD;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,MAAM,GAAG;IACnB;;OAEG;IACH,YAAY,EAAE,sCAAsC,GAAG,IAAI,CAAC;IAC5D;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B;;OAEG;IACH,OAAO,EAAE,iCAAiC,CAAC;IAC3C;;OAEG;IACH,QAAQ,CAAC,EAAE,QAAQ,GAAG,IAAI,GAAG,SAAS,CAAC;CACxC,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACzC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACzC,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC5C,wBAAwB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrD,wBAAwB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrD;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACzC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,KAAK,GAAG;IAClB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACtC;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,mBAAmB,CAAC,EAAE,mBAAmB,GAAG,IAAI,GAAG,SAAS,CAAC;IAC7D,uBAAuB,CAAC,EAAE,uBAAuB,GAAG,IAAI,GAAG,SAAS,CAAC;CACtE,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG;IAC3C,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,iBAAiB,CAAA;KAAE,CAAC;IACtD,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,SAAS,EAAE,MAAM,CAAC;IAClB,wBAAwB,EAAE,MAAM,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,GAAG,SAAS,CAAC;CAC3B,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG;IACvC,IAAI,EAAE,8BAA8B,CAAC;IACrC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,8BAA8B,CAAC;CACtC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,aAAa,CACxE,OAAO,8BAA8B,CACS,CAAC;AACjD,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,aAAa,CACzE,OAAO,8BAA8B,CACS,CAAC;AAEjD,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,aAAa,CACxE,OAAO,8BAA8B,CACS,CAAC;AACjD,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,aAAa,CACzE,OAAO,8BAA8B,CACS,CAAC;AAEjD,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,+BAA+B,EAC/B,CAAC,CAAC,UAAU,EACZ,OAAO,CAqBP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,wCAAwC,GAChD,CAAC,qBAAqB,GAAG;IAAE,IAAI,EAAE,WAAW,CAAA;CAAE,CAAC,GAC/C,CAAC,iBAAiB,GAAG;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC,GACtC,CAAC,iBAAiB,GAAG;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC,GACtC,CAAC,iBAAiB,GAAG;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC,GACtC,CAAC,uBAAuB,GAAG;IAAE,IAAI,EAAE,aAAa,CAAA;CAAE,CAAC,CAAC;AAExD,gBAAgB;AAChB,eAAO,MAAM,8CAA8C,EAAE,CAAC,CAAC,OAAO,CACpE,wCAAwC,EACxC,CAAC,CAAC,UAAU,EACZ,+BAA+B,CAqB/B,CAAC;AAEH,wBAAgB,qCAAqC,CACnD,+BAA+B,EAAE,+BAA+B,GAC/D,MAAM,CAMR;AACD,wBAAgB,uCAAuC,CACrD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,+BAA+B,EAAE,kBAAkB,CAAC,CAMtE;AAED,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CACrD,iBAAiB,EACjB,CAAC,CAAC,UAAU,EACZ,OAAO,CA2CP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,0BAA0B,GAAG;IACvC,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,KAAK,CACR,CAAC,qBAAqB,GAAG;QAAE,IAAI,EAAE,WAAW,CAAA;KAAE,CAAC,GAC/C,CAAC,iBAAiB,GAAG;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,GACtC,CAAC,iBAAiB,GAAG;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,GACtC,CAAC,iBAAiB,GAAG;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,GACtC,CAAC,uBAAuB,GAAG;QAAE,IAAI,EAAE,aAAa,CAAA;KAAE,CAAC,CACtD,CAAC;IACF,QAAQ,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,SAAS,CAAC;IAC5C,QAAQ,EAAE,MAAM,CAAC;IACjB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,0BAA0B,EAC1B,CAAC,CAAC,UAAU,EACZ,iBAAiB,CA2CjB,CAAC;AAEH,wBAAgB,uBAAuB,CACrC,iBAAiB,EAAE,iBAAiB,GACnC,MAAM,CAIR;AACD,wBAAgB,yBAAyB,CACvC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,CAMxD;AAED,gBAAgB;AAChB,eAAO,MAAM,oDAAoD,EAC/D,CAAC,CAAC,aAAa,CAAC,OAAO,sCAAsC,CAE5D,CAAC;AACJ,gBAAgB;AAChB,eAAO,MAAM,qDAAqD,EAChE,CAAC,CAAC,aAAa,CAAC,OAAO,sCAAsC,CACP,CAAC;AAEzD,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,aAAa,CAC5E,OAAO,kCAAkC,CACS,CAAC;AACrD,gBAAgB;AAChB,eAAO,MAAM,iDAAiD,EAAE,CAAC,CAAC,aAAa,CAC7E,OAAO,kCAAkC,CACS,CAAC;AAErD,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CACtE,kCAAkC,EAClC,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,2CAA2C,GAAG;IACxD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iDAAiD,EAAE,CAAC,CAAC,OAAO,CACvE,2CAA2C,EAC3C,CAAC,CAAC,UAAU,EACZ,kCAAkC,CAIlC,CAAC;AAEH,wBAAgB,wCAAwC,CACtD,kCAAkC,EAAE,kCAAkC,GACrE,MAAM,CAMR;AACD,wBAAgB,0CAA0C,CACxD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,kCAAkC,EAAE,kBAAkB,CAAC,CAOzE;AAED,gBAAgB;AAChB,eAAO,MAAM,iDAAiD,EAAE,CAAC,CAAC,OAAO,CACvE,mCAAmC,EACnC,CAAC,CAAC,UAAU,EACZ,OAAO,CAMP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,4CAA4C,GAAG;IACzD,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,2CAA2C,GAAG,SAAS,CAAC;CACpE,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kDAAkD,EAAE,CAAC,CAAC,OAAO,CACxE,4CAA4C,EAC5C,CAAC,CAAC,UAAU,EACZ,mCAAmC,CAMnC,CAAC;AAEH,wBAAgB,yCAAyC,CACvD,mCAAmC,EAAE,mCAAmC,GACvE,MAAM,CAMR;AACD,wBAAgB,2CAA2C,CACzD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,mCAAmC,EAAE,kBAAkB,CAAC,CAO1E;AAED,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,aAAa,CAC5E,OAAO,kCAAkC,CACS,CAAC;AACrD,gBAAgB;AAChB,eAAO,MAAM,iDAAiD,EAAE,CAAC,CAAC,aAAa,CAC7E,OAAO,kCAAkC,CACS,CAAC;AAErD,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,+BAA+B,EAC/B,CAAC,CAAC,UAAU,EACZ,OAAO,CAUP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,wCAAwC,GAAG;IACrD,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8CAA8C,EAAE,CAAC,CAAC,OAAO,CACpE,wCAAwC,EACxC,CAAC,CAAC,UAAU,EACZ,+BAA+B,CAU/B,CAAC;AAEH,wBAAgB,qCAAqC,CACnD,+BAA+B,EAAE,+BAA+B,GAC/D,MAAM,CAMR;AACD,wBAAgB,uCAAuC,CACrD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,+BAA+B,EAAE,kBAAkB,CAAC,CAMtE;AAED,gBAAgB;AAChB,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,OAAO,CACrE,iCAAiC,EACjC,CAAC,CAAC,UAAU,EACZ,OAAO,CAmBP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,0CAA0C,GAAG;IACvD,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,UAAU,CAAC,EAAE,KAAK,CAAC,4CAA4C,CAAC,GAAG,SAAS,CAAC;IAC7E,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAChD,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxC,KAAK,CAAC,EAAE,wCAAwC,GAAG,IAAI,GAAG,SAAS,CAAC;CACrE,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CACtE,0CAA0C,EAC1C,CAAC,CAAC,UAAU,EACZ,iCAAiC,CAoBjC,CAAC;AAEH,wBAAgB,uCAAuC,CACrD,iCAAiC,EAAE,iCAAiC,GACnE,MAAM,CAMR;AACD,wBAAgB,yCAAyC,CACvD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,iCAAiC,EAAE,kBAAkB,CAAC,CAMxE;AAED,gBAAgB;AAChB,eAAO,MAAM,yBAAyB,EAAE,CAAC,CAAC,OAAO,CAC/C,WAAW,EACX,CAAC,CAAC,UAAU,EACZ,OAAO,CAKP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CAC7B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,OAAO,CAChD,oBAAoB,EACpB,CAAC,CAAC,UAAU,EACZ,WAAW,CAKX,CAAC;AAEH,wBAAgB,iBAAiB,CAAC,WAAW,EAAE,WAAW,GAAG,MAAM,CAElE;AACD,wBAAgB,mBAAmB,CACjC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,WAAW,EAAE,kBAAkB,CAAC,CAMlD;AAED,gBAAgB;AAChB,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,OAAO,CACrE,iCAAiC,EACjC,CAAC,CAAC,UAAU,EACZ,OAAO,CAUP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,0CAA0C,GAAG;IACvD,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAC5B,YAAY,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;CAC3C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CACtE,0CAA0C,EAC1C,CAAC,CAAC,UAAU,EACZ,iCAAiC,CAUjC,CAAC;AAEH,wBAAgB,uCAAuC,CACrD,iCAAiC,EAAE,iCAAiC,GACnE,MAAM,CAMR;AACD,wBAAgB,yCAAyC,CACvD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,iCAAiC,EAAE,kBAAkB,CAAC,CAMxE;AAED,gBAAgB;AAChB,eAAO,MAAM,mDAAmD,EAAE,CAAC,CAAC,OAAO,CACzE,qCAAqC,EACrC,CAAC,CAAC,UAAU,EACZ,OAAO,CAKP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,8CAA8C,GAAG;IAC3D,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CAC7B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oDAAoD,EAAE,CAAC,CAAC,OAAO,CAC1E,8CAA8C,EAC9C,CAAC,CAAC,UAAU,EACZ,qCAAqC,CAKrC,CAAC;AAEH,wBAAgB,2CAA2C,CACzD,qCAAqC,EAAE,qCAAqC,GAC3E,MAAM,CAMR;AACD,wBAAgB,6CAA6C,CAC3D,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,qCAAqC,EAAE,kBAAkB,CAAC,CAO5E;AAED,gBAAgB;AAChB,eAAO,MAAM,qBAAqB,EAAE,CAAC,CAAC,OAAO,CAAC,OAAO,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAYxE,CAAC;AACL,gBAAgB;AAChB,MAAM,MAAM,gBAAgB,GAAG;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAC5B,YAAY,EAAE,KAAK,CAAC,8CAA8C,CAAC,CAAC;CACrE,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sBAAsB,EAAE,CAAC,CAAC,OAAO,CAC5C,gBAAgB,EAChB,CAAC,CAAC,UAAU,EACZ,OAAO,CAYP,CAAC;AAEH,wBAAgB,aAAa,CAAC,OAAO,EAAE,OAAO,GAAG,MAAM,CAEtD;AACD,wBAAgB,eAAe,CAC7B,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,OAAO,EAAE,kBAAkB,CAAC,CAM9C;AAED,gBAAgB;AAChB,eAAO,MAAM,sBAAsB,EAAE,CAAC,CAAC,OAAO,CAC5C,QAAQ,EACR,CAAC,CAAC,UAAU,EACZ,OAAO,CAMP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,iBAAiB,GAAG;IAC9B,OAAO,EAAE,KAAK,CAAC,0CAA0C,CAAC,GAAG,IAAI,CAAC;IAClE,OAAO,EAAE,KAAK,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC;CACzC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAC7C,iBAAiB,EACjB,CAAC,CAAC,UAAU,EACZ,QAAQ,CAMR,CAAC;AAEH,wBAAgB,cAAc,CAAC,QAAQ,EAAE,QAAQ,GAAG,MAAM,CAEzD;AACD,wBAAgB,gBAAgB,CAC9B,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,QAAQ,EAAE,kBAAkB,CAAC,CAM/C;AAED,gBAAgB;AAChB,eAAO,MAAM,oBAAoB,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAYtE,CAAC;AACL,gBAAgB;AAChB,MAAM,MAAM,eAAe,GAAG;IAC5B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,0CAA0C,CAAC;IACpD,QAAQ,CAAC,EAAE,iBAAiB,GAAG,IAAI,GAAG,SAAS,CAAC;CACjD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qBAAqB,EAAE,CAAC,CAAC,OAAO,CAC3C,eAAe,EACf,CAAC,CAAC,UAAU,EACZ,MAAM,CAYN,CAAC;AAEH,wBAAgB,YAAY,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAEnD;AACD,wBAAgB,cAAc,CAC5B,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAM7C;AAED,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,mBAAmB,EACnB,CAAC,CAAC,UAAU,EACZ,OAAO,CASP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,4BAA4B,GAAG;IACzC,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CAC1C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,4BAA4B,EAC5B,CAAC,CAAC,UAAU,EACZ,mBAAmB,CASnB,CAAC;AAEH,wBAAgB,yBAAyB,CACvC,mBAAmB,EAAE,mBAAmB,GACvC,MAAM,CAIR;AACD,wBAAgB,2BAA2B,CACzC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,mBAAmB,EAAE,kBAAkB,CAAC,CAM1D;AAED,gBAAgB;AAChB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,OAAO,CAC3D,uBAAuB,EACvB,CAAC,CAAC,UAAU,EACZ,OAAO,CAaP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,gCAAgC,GAAG;IAC7C,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC7C,0BAA0B,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACvD,0BAA0B,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACvD,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CAC1C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,gCAAgC,EAChC,CAAC,CAAC,UAAU,EACZ,uBAAuB,CAavB,CAAC;AAEH,wBAAgB,6BAA6B,CAC3C,uBAAuB,EAAE,uBAAuB,GAC/C,MAAM,CAIR;AACD,wBAAgB,+BAA+B,CAC7C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,uBAAuB,EAAE,kBAAkB,CAAC,CAM9D;AAED,gBAAgB;AAChB,eAAO,MAAM,mBAAmB,EAAE,CAAC,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAmBpE,CAAC;AACL,gBAAgB;AAChB,MAAM,MAAM,cAAc,GAAG;IAC3B,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,qBAAqB,CAAC,EAAE,4BAA4B,GAAG,IAAI,GAAG,SAAS,CAAC;IACxE,yBAAyB,CAAC,EACtB,gCAAgC,GAChC,IAAI,GACJ,SAAS,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oBAAoB,EAAE,CAAC,CAAC,OAAO,CAC1C,cAAc,EACd,CAAC,CAAC,UAAU,EACZ,KAAK,CAmBL,CAAC;AAEH,wBAAgB,WAAW,CAAC,KAAK,EAAE,KAAK,GAAG,MAAM,CAEhD;AACD,wBAAgB,aAAa,CAC3B,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,KAAK,EAAE,kBAAkB,CAAC,CAM5C;AAED,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,OAAO,CAgBP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,uCAAuC,GAAG;IACpD,QAAQ,EAAE,MAAM,CAAC;IACjB,kBAAkB,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,0BAA0B,CAAA;KAAE,CAAC;IAChE,MAAM,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IACrC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,SAAS,EAAE,MAAM,CAAC;IAClB,0BAA0B,EAAE,MAAM,CAAC;IACnC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,KAAK,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;CACpC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,uCAAuC,EACvC,CAAC,CAAC,UAAU,EACZ,8BAA8B,CAgB9B,CAAC;AAEH,wBAAgB,oCAAoC,CAClD,8BAA8B,EAAE,8BAA8B,GAC7D,MAAM,CAMR;AACD,wBAAgB,sCAAsC,CACpD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,8BAA8B,EAAE,kBAAkB,CAAC,CAMrE;AAED,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,OAAO,CAC9D,0BAA0B,EAC1B,CAAC,CAAC,UAAU,EACZ,OAAO,CAKP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,mCAAmC,GAAG;IAChD,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,uCAAuC,CAAC;CAC/C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC/D,mCAAmC,EACnC,CAAC,CAAC,UAAU,EACZ,0BAA0B,CAK1B,CAAC;AAEH,wBAAgB,gCAAgC,CAC9C,0BAA0B,EAAE,0BAA0B,GACrD,MAAM,CAIR;AACD,wBAAgB,kCAAkC,CAChD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,0BAA0B,EAAE,kBAAkB,CAAC,CAMjE"}
|