@effect/ai-openai 4.0.0-beta.29 → 4.0.0-beta.30
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/Generated.d.ts +15 -1
- package/dist/Generated.d.ts.map +1 -1
- package/dist/Generated.js +1 -1
- package/dist/Generated.js.map +1 -1
- package/package.json +3 -3
- package/src/Generated.ts +20 -1
package/dist/Generated.d.ts
CHANGED
|
@@ -35062,7 +35062,15 @@ export declare const CreateResponse: Schema.Struct<{
|
|
|
35062
35062
|
readonly compact_threshold: Schema.optionalKey<Schema.Union<readonly [Schema.Number, Schema.Null]>>;
|
|
35063
35063
|
}>>, Schema.Null]>>;
|
|
35064
35064
|
}>;
|
|
35065
|
-
export type
|
|
35065
|
+
export type ResponseKeepAliveEvent = {
|
|
35066
|
+
readonly "type": "keepalive";
|
|
35067
|
+
readonly "sequence_number": number;
|
|
35068
|
+
};
|
|
35069
|
+
export declare const ResponseKeepAliveEvent: Schema.Struct<{
|
|
35070
|
+
readonly type: Schema.Literal<"keepalive">;
|
|
35071
|
+
readonly sequence_number: Schema.Number;
|
|
35072
|
+
}>;
|
|
35073
|
+
export type ResponseStreamEvent = ResponseAudioDeltaEvent | ResponseAudioDoneEvent | ResponseAudioTranscriptDeltaEvent | ResponseAudioTranscriptDoneEvent | ResponseCodeInterpreterCallCodeDeltaEvent | ResponseCodeInterpreterCallCodeDoneEvent | ResponseCodeInterpreterCallCompletedEvent | ResponseCodeInterpreterCallInProgressEvent | ResponseCodeInterpreterCallInterpretingEvent | ResponseCompletedEvent | ResponseContentPartAddedEvent | ResponseContentPartDoneEvent | ResponseCreatedEvent | ResponseErrorEvent | ResponseFileSearchCallCompletedEvent | ResponseFileSearchCallInProgressEvent | ResponseFileSearchCallSearchingEvent | ResponseFunctionCallArgumentsDeltaEvent | ResponseFunctionCallArgumentsDoneEvent | ResponseInProgressEvent | ResponseFailedEvent | ResponseIncompleteEvent | ResponseKeepAliveEvent | ResponseOutputItemAddedEvent | ResponseOutputItemDoneEvent | ResponseReasoningSummaryPartAddedEvent | ResponseReasoningSummaryPartDoneEvent | ResponseReasoningSummaryTextDeltaEvent | ResponseReasoningSummaryTextDoneEvent | ResponseReasoningTextDeltaEvent | ResponseReasoningTextDoneEvent | ResponseRefusalDeltaEvent | ResponseRefusalDoneEvent | ResponseTextDeltaEvent | ResponseTextDoneEvent | ResponseWebSearchCallCompletedEvent | ResponseWebSearchCallInProgressEvent | ResponseWebSearchCallSearchingEvent | ResponseImageGenCallCompletedEvent | ResponseImageGenCallGeneratingEvent | ResponseImageGenCallInProgressEvent | ResponseImageGenCallPartialImageEvent | ResponseMCPCallArgumentsDeltaEvent | ResponseMCPCallArgumentsDoneEvent | ResponseMCPCallCompletedEvent | ResponseMCPCallFailedEvent | ResponseMCPCallInProgressEvent | ResponseMCPListToolsCompletedEvent | ResponseMCPListToolsFailedEvent | ResponseMCPListToolsInProgressEvent | ResponseOutputTextAnnotationAddedEvent | ResponseQueuedEvent | ResponseCustomToolCallInputDeltaEvent | ResponseCustomToolCallInputDoneEvent | ResponseApplyPatchCallOperationDiffDeltaEvent | ResponseApplyPatchCallOperationDiffDoneEvent;
|
|
35066
35074
|
export declare const ResponseStreamEvent: Schema.Union<readonly [Schema.Struct<{
|
|
35067
35075
|
readonly type: Schema.Literal<"response.audio.delta">;
|
|
35068
35076
|
readonly sequence_number: Schema.Number;
|
|
@@ -39824,6 +39832,9 @@ export declare const ResponseStreamEvent: Schema.Union<readonly [Schema.Struct<{
|
|
|
39824
39832
|
}>, Schema.Null]>>;
|
|
39825
39833
|
}>;
|
|
39826
39834
|
readonly sequence_number: Schema.Number;
|
|
39835
|
+
}>, Schema.Struct<{
|
|
39836
|
+
readonly type: Schema.Literal<"keepalive">;
|
|
39837
|
+
readonly sequence_number: Schema.Number;
|
|
39827
39838
|
}>, Schema.Struct<{
|
|
39828
39839
|
readonly type: Schema.Literal<"response.output_item.added">;
|
|
39829
39840
|
readonly output_index: Schema.Number;
|
|
@@ -61030,6 +61041,9 @@ export declare const CreateResponse200Sse: Schema.Union<readonly [Schema.Struct<
|
|
|
61030
61041
|
}>, Schema.Null]>>;
|
|
61031
61042
|
}>;
|
|
61032
61043
|
readonly sequence_number: Schema.Number;
|
|
61044
|
+
}>, Schema.Struct<{
|
|
61045
|
+
readonly type: Schema.Literal<"keepalive">;
|
|
61046
|
+
readonly sequence_number: Schema.Number;
|
|
61033
61047
|
}>, Schema.Struct<{
|
|
61034
61048
|
readonly type: Schema.Literal<"response.output_item.added">;
|
|
61035
61049
|
readonly output_index: Schema.Number;
|