@letta-ai/letta-client 0.0.68659 → 0.0.68661
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/api/resources/agents/client/Client.js +9 -9
- package/api/resources/agents/resources/blocks/client/Client.js +5 -5
- package/api/resources/agents/resources/context/client/Client.js +1 -1
- package/api/resources/agents/resources/coreMemory/client/Client.js +1 -1
- package/api/resources/agents/resources/files/client/Client.js +4 -4
- package/api/resources/agents/resources/folders/client/Client.js +3 -3
- package/api/resources/agents/resources/groups/client/Client.js +1 -1
- package/api/resources/agents/resources/memoryVariables/client/Client.js +1 -1
- package/api/resources/agents/resources/messages/client/Client.js +10 -10
- package/api/resources/agents/resources/passages/client/Client.js +5 -5
- package/api/resources/agents/resources/sources/client/Client.js +3 -3
- package/api/resources/agents/resources/templates/client/Client.js +3 -3
- package/api/resources/agents/resources/tools/client/Client.js +4 -4
- package/api/resources/archives/client/Client.js +3 -3
- package/api/resources/batches/client/Client.js +4 -4
- package/api/resources/batches/resources/messages/client/Client.js +1 -1
- package/api/resources/blocks/client/Client.js +6 -6
- package/api/resources/blocks/resources/agents/client/Client.js +1 -1
- package/api/resources/clientSideAccessTokens/client/Client.js +3 -3
- package/api/resources/folders/client/Client.js +8 -8
- package/api/resources/folders/resources/agents/client/Client.js +1 -1
- package/api/resources/folders/resources/files/client/Client.js +3 -3
- package/api/resources/folders/resources/passages/client/Client.js +1 -1
- package/api/resources/groups/client/Client.js +6 -6
- package/api/resources/groups/resources/messages/client/Client.js +5 -5
- package/api/resources/health/client/Client.js +1 -1
- package/api/resources/identities/client/Client.js +7 -7
- package/api/resources/identities/resources/agents/client/Client.js +1 -1
- package/api/resources/identities/resources/blocks/client/Client.js +1 -1
- package/api/resources/identities/resources/properties/client/Client.js +1 -1
- package/api/resources/jobs/client/Client.js +5 -5
- package/api/resources/models/client/Client.js +2 -2
- package/api/resources/models/resources/embeddings/client/Client.js +1 -1
- package/api/resources/projects/client/Client.js +1 -1
- package/api/resources/providers/client/Client.js +6 -6
- package/api/resources/runs/client/Client.js +12 -14
- package/api/resources/runs/client/requests/RunsListActiveRequest.d.ts +1 -1
- package/api/resources/runs/client/requests/RunsListRequest.d.ts +4 -0
- package/api/resources/runs/resources/messages/client/Client.js +1 -1
- package/api/resources/runs/resources/steps/client/Client.js +1 -1
- package/api/resources/runs/resources/usage/client/Client.js +1 -1
- package/api/resources/sources/client/Client.js +10 -10
- package/api/resources/sources/resources/files/client/Client.js +3 -3
- package/api/resources/sources/resources/passages/client/Client.js +1 -1
- package/api/resources/steps/client/Client.js +2 -2
- package/api/resources/steps/resources/feedback/client/Client.js +1 -1
- package/api/resources/steps/resources/messages/client/Client.js +1 -1
- package/api/resources/steps/resources/metrics/client/Client.js +1 -1
- package/api/resources/steps/resources/trace/client/Client.js +1 -1
- package/api/resources/tags/client/Client.js +1 -1
- package/api/resources/telemetry/client/Client.js +1 -1
- package/api/resources/templates/client/Client.js +11 -11
- package/api/resources/templates/resources/agents/client/Client.js +1 -1
- package/api/resources/tools/client/Client.js +20 -20
- package/api/resources/voice/client/Client.js +1 -1
- package/api/types/BatchJob.d.ts +4 -0
- package/{dist/api/types/ChatCompletionMessageFunctionToolCallOutput.d.ts → api/types/ChatCompletionMessageFunctionToolCall.d.ts} +2 -2
- package/{dist/api/types/FunctionOutput.d.ts → api/types/Function.d.ts} +1 -1
- package/api/types/{FunctionDefinitionOutput.d.ts → FunctionDefinition.d.ts} +1 -1
- package/api/types/FunctionTool.d.ts +1 -1
- package/api/types/Job.d.ts +4 -0
- package/api/types/LettaSchemasAgentFileMessageSchema.d.ts +1 -1
- package/api/types/Message.d.ts +1 -1
- package/api/types/Run.d.ts +4 -0
- package/api/types/index.d.ts +3 -91
- package/api/types/index.js +3 -91
- package/dist/api/resources/agents/client/Client.js +9 -9
- package/dist/api/resources/agents/resources/blocks/client/Client.js +5 -5
- package/dist/api/resources/agents/resources/context/client/Client.js +1 -1
- package/dist/api/resources/agents/resources/coreMemory/client/Client.js +1 -1
- package/dist/api/resources/agents/resources/files/client/Client.js +4 -4
- package/dist/api/resources/agents/resources/folders/client/Client.js +3 -3
- package/dist/api/resources/agents/resources/groups/client/Client.js +1 -1
- package/dist/api/resources/agents/resources/memoryVariables/client/Client.js +1 -1
- package/dist/api/resources/agents/resources/messages/client/Client.js +10 -10
- package/dist/api/resources/agents/resources/passages/client/Client.js +5 -5
- package/dist/api/resources/agents/resources/sources/client/Client.js +3 -3
- package/dist/api/resources/agents/resources/templates/client/Client.js +3 -3
- package/dist/api/resources/agents/resources/tools/client/Client.js +4 -4
- package/dist/api/resources/archives/client/Client.js +3 -3
- package/dist/api/resources/batches/client/Client.js +4 -4
- package/dist/api/resources/batches/resources/messages/client/Client.js +1 -1
- package/dist/api/resources/blocks/client/Client.js +6 -6
- package/dist/api/resources/blocks/resources/agents/client/Client.js +1 -1
- package/dist/api/resources/clientSideAccessTokens/client/Client.js +3 -3
- package/dist/api/resources/folders/client/Client.js +8 -8
- package/dist/api/resources/folders/resources/agents/client/Client.js +1 -1
- package/dist/api/resources/folders/resources/files/client/Client.js +3 -3
- package/dist/api/resources/folders/resources/passages/client/Client.js +1 -1
- package/dist/api/resources/groups/client/Client.js +6 -6
- package/dist/api/resources/groups/resources/messages/client/Client.js +5 -5
- package/dist/api/resources/health/client/Client.js +1 -1
- package/dist/api/resources/identities/client/Client.js +7 -7
- package/dist/api/resources/identities/resources/agents/client/Client.js +1 -1
- package/dist/api/resources/identities/resources/blocks/client/Client.js +1 -1
- package/dist/api/resources/identities/resources/properties/client/Client.js +1 -1
- package/dist/api/resources/jobs/client/Client.js +5 -5
- package/dist/api/resources/models/client/Client.js +2 -2
- package/dist/api/resources/models/resources/embeddings/client/Client.js +1 -1
- package/dist/api/resources/projects/client/Client.js +1 -1
- package/dist/api/resources/providers/client/Client.js +6 -6
- package/dist/api/resources/runs/client/Client.js +12 -14
- package/dist/api/resources/runs/client/requests/RunsListActiveRequest.d.ts +1 -1
- package/dist/api/resources/runs/client/requests/RunsListRequest.d.ts +4 -0
- package/dist/api/resources/runs/resources/messages/client/Client.js +1 -1
- package/dist/api/resources/runs/resources/steps/client/Client.js +1 -1
- package/dist/api/resources/runs/resources/usage/client/Client.js +1 -1
- package/dist/api/resources/sources/client/Client.js +10 -10
- package/dist/api/resources/sources/resources/files/client/Client.js +3 -3
- package/dist/api/resources/sources/resources/passages/client/Client.js +1 -1
- package/dist/api/resources/steps/client/Client.js +2 -2
- package/dist/api/resources/steps/resources/feedback/client/Client.js +1 -1
- package/dist/api/resources/steps/resources/messages/client/Client.js +1 -1
- package/dist/api/resources/steps/resources/metrics/client/Client.js +1 -1
- package/dist/api/resources/steps/resources/trace/client/Client.js +1 -1
- package/dist/api/resources/tags/client/Client.js +1 -1
- package/dist/api/resources/telemetry/client/Client.js +1 -1
- package/dist/api/resources/templates/client/Client.js +11 -11
- package/dist/api/resources/templates/resources/agents/client/Client.js +1 -1
- package/dist/api/resources/tools/client/Client.js +20 -20
- package/dist/api/resources/voice/client/Client.js +1 -1
- package/dist/api/types/BatchJob.d.ts +4 -0
- package/{api/types/ChatCompletionMessageFunctionToolCallOutput.d.ts → dist/api/types/ChatCompletionMessageFunctionToolCall.d.ts} +2 -2
- package/{api/types/FunctionOutput.d.ts → dist/api/types/Function.d.ts} +1 -1
- package/dist/api/types/{FunctionDefinitionOutput.d.ts → FunctionDefinition.d.ts} +1 -1
- package/dist/api/types/FunctionTool.d.ts +1 -1
- package/dist/api/types/Job.d.ts +4 -0
- package/dist/api/types/LettaSchemasAgentFileMessageSchema.d.ts +1 -1
- package/dist/api/types/Message.d.ts +1 -1
- package/dist/api/types/Run.d.ts +4 -0
- package/dist/api/types/index.d.ts +3 -91
- package/dist/api/types/index.js +3 -91
- package/dist/serialization/types/BatchJob.d.ts +2 -0
- package/dist/serialization/types/BatchJob.js +2 -0
- package/dist/serialization/types/ChatCompletionMessageFunctionToolCall.d.ts +16 -0
- package/dist/serialization/types/{ChatCompletionMessageFunctionToolCallOutput.js → ChatCompletionMessageFunctionToolCall.js} +4 -4
- package/dist/serialization/types/{FunctionOutput.d.ts → Function.d.ts} +2 -2
- package/dist/serialization/types/{FunctionOutput.js → Function.js} +2 -2
- package/dist/serialization/types/{FunctionDefinitionOutput.d.ts → FunctionDefinition.d.ts} +2 -2
- package/dist/serialization/types/{FunctionDefinitionOutput.js → FunctionDefinition.js} +2 -2
- package/dist/serialization/types/FunctionTool.d.ts +2 -2
- package/dist/serialization/types/FunctionTool.js +2 -2
- package/dist/serialization/types/Job.d.ts +2 -0
- package/dist/serialization/types/Job.js +2 -0
- package/dist/serialization/types/LettaSchemasAgentFileMessageSchema.d.ts +2 -2
- package/dist/serialization/types/LettaSchemasAgentFileMessageSchema.js +2 -2
- package/dist/serialization/types/Message.d.ts +2 -2
- package/dist/serialization/types/Message.js +2 -2
- package/dist/serialization/types/Run.d.ts +2 -0
- package/dist/serialization/types/Run.js +2 -0
- package/dist/serialization/types/index.d.ts +3 -91
- package/dist/serialization/types/index.js +3 -91
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/types/BatchJob.d.ts +2 -0
- package/serialization/types/BatchJob.js +2 -0
- package/serialization/types/ChatCompletionMessageFunctionToolCall.d.ts +16 -0
- package/serialization/types/{ChatCompletionMessageFunctionToolCallOutput.js → ChatCompletionMessageFunctionToolCall.js} +4 -4
- package/serialization/types/{FunctionOutput.d.ts → Function.d.ts} +2 -2
- package/serialization/types/{FunctionOutput.js → Function.js} +2 -2
- package/serialization/types/{FunctionDefinitionOutput.d.ts → FunctionDefinition.d.ts} +2 -2
- package/serialization/types/{FunctionDefinitionOutput.js → FunctionDefinition.js} +2 -2
- package/serialization/types/FunctionTool.d.ts +2 -2
- package/serialization/types/FunctionTool.js +2 -2
- package/serialization/types/Job.d.ts +2 -0
- package/serialization/types/Job.js +2 -0
- package/serialization/types/LettaSchemasAgentFileMessageSchema.d.ts +2 -2
- package/serialization/types/LettaSchemasAgentFileMessageSchema.js +2 -2
- package/serialization/types/Message.d.ts +2 -2
- package/serialization/types/Message.js +2 -2
- package/serialization/types/Run.d.ts +2 -0
- package/serialization/types/Run.js +2 -0
- package/serialization/types/index.d.ts +3 -91
- package/serialization/types/index.js +3 -91
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/types/Audio.d.ts +0 -6
- package/api/types/ChatCompletionAllowedToolChoiceParam.d.ts +0 -8
- package/api/types/ChatCompletionAllowedToolsParam.d.ts +0 -8
- package/api/types/ChatCompletionAllowedToolsParamMode.d.ts +0 -8
- package/api/types/ChatCompletionAllowedToolsParamMode.js +0 -10
- package/api/types/ChatCompletionAssistantMessageParam.d.ts +0 -13
- package/api/types/ChatCompletionAssistantMessageParamContent.d.ts +0 -5
- package/api/types/ChatCompletionAssistantMessageParamContentItem.d.ts +0 -5
- package/api/types/ChatCompletionAssistantMessageParamToolCallsItem.d.ts +0 -5
- package/api/types/ChatCompletionAssistantMessageParamToolCallsItem.js +0 -5
- package/api/types/ChatCompletionAudioParam.d.ts +0 -8
- package/api/types/ChatCompletionAudioParam.js +0 -5
- package/api/types/ChatCompletionAudioParamFormat.d.ts +0 -12
- package/api/types/ChatCompletionAudioParamFormat.js +0 -14
- package/api/types/ChatCompletionAudioParamVoice.d.ts +0 -4
- package/api/types/ChatCompletionAudioParamVoice.js +0 -5
- package/api/types/ChatCompletionContentPartImageParam.d.ts +0 -8
- package/api/types/ChatCompletionContentPartImageParam.js +0 -5
- package/api/types/ChatCompletionContentPartInputAudioParam.d.ts +0 -8
- package/api/types/ChatCompletionContentPartInputAudioParam.js +0 -5
- package/api/types/ChatCompletionContentPartRefusalParam.d.ts +0 -7
- package/api/types/ChatCompletionContentPartRefusalParam.js +0 -5
- package/api/types/ChatCompletionContentPartTextParam.d.ts +0 -7
- package/api/types/ChatCompletionContentPartTextParam.js +0 -5
- package/api/types/ChatCompletionCustomToolParam.d.ts +0 -8
- package/api/types/ChatCompletionCustomToolParam.js +0 -5
- package/api/types/ChatCompletionDeveloperMessageParam.d.ts +0 -9
- package/api/types/ChatCompletionDeveloperMessageParam.js +0 -5
- package/api/types/ChatCompletionDeveloperMessageParamContent.d.ts +0 -5
- package/api/types/ChatCompletionDeveloperMessageParamContent.js +0 -5
- package/api/types/ChatCompletionFunctionCallOptionParam.d.ts +0 -6
- package/api/types/ChatCompletionFunctionCallOptionParam.js +0 -5
- package/api/types/ChatCompletionFunctionMessageParam.d.ts +0 -8
- package/api/types/ChatCompletionFunctionMessageParam.js +0 -5
- package/api/types/ChatCompletionFunctionToolParam.d.ts +0 -8
- package/api/types/ChatCompletionFunctionToolParam.js +0 -5
- package/api/types/ChatCompletionMessageCustomToolCallParam.d.ts +0 -9
- package/api/types/ChatCompletionMessageCustomToolCallParam.js +0 -5
- package/api/types/ChatCompletionMessageFunctionToolCallInput.d.ts +0 -11
- package/api/types/ChatCompletionMessageFunctionToolCallInput.js +0 -5
- package/api/types/ChatCompletionMessageFunctionToolCallOutput.js +0 -5
- package/api/types/ChatCompletionMessageFunctionToolCallParam.d.ts +0 -9
- package/api/types/ChatCompletionMessageFunctionToolCallParam.js +0 -5
- package/api/types/ChatCompletionNamedToolChoiceCustomParam.d.ts +0 -8
- package/api/types/ChatCompletionNamedToolChoiceCustomParam.js +0 -5
- package/api/types/ChatCompletionNamedToolChoiceParam.d.ts +0 -8
- package/api/types/ChatCompletionNamedToolChoiceParam.js +0 -5
- package/api/types/ChatCompletionPredictionContentParam.d.ts +0 -8
- package/api/types/ChatCompletionPredictionContentParam.js +0 -5
- package/api/types/ChatCompletionPredictionContentParamContent.d.ts +0 -5
- package/api/types/ChatCompletionPredictionContentParamContent.js +0 -5
- package/api/types/ChatCompletionStreamOptionsParam.d.ts +0 -7
- package/api/types/ChatCompletionStreamOptionsParam.js +0 -5
- package/api/types/ChatCompletionSystemMessageParam.d.ts +0 -9
- package/api/types/ChatCompletionSystemMessageParam.js +0 -5
- package/api/types/ChatCompletionSystemMessageParamContent.d.ts +0 -5
- package/api/types/ChatCompletionSystemMessageParamContent.js +0 -5
- package/api/types/ChatCompletionToolMessageParam.d.ts +0 -9
- package/api/types/ChatCompletionToolMessageParam.js +0 -5
- package/api/types/ChatCompletionToolMessageParamContent.d.ts +0 -5
- package/api/types/ChatCompletionToolMessageParamContent.js +0 -5
- package/api/types/ChatCompletionUserMessageParam.d.ts +0 -9
- package/api/types/ChatCompletionUserMessageParam.js +0 -5
- package/api/types/ChatCompletionUserMessageParamContent.d.ts +0 -5
- package/api/types/ChatCompletionUserMessageParamContent.js +0 -5
- package/api/types/ChatCompletionUserMessageParamContentItem.d.ts +0 -5
- package/api/types/ChatCompletionUserMessageParamContentItem.js +0 -5
- package/api/types/CompletionCreateParamsNonStreaming.d.ts +0 -40
- package/api/types/CompletionCreateParamsNonStreaming.js +0 -5
- package/api/types/CompletionCreateParamsNonStreamingFunctionCall.d.ts +0 -5
- package/api/types/CompletionCreateParamsNonStreamingFunctionCall.js +0 -5
- package/api/types/CompletionCreateParamsNonStreamingMessagesItem.d.ts +0 -5
- package/api/types/CompletionCreateParamsNonStreamingMessagesItem.js +0 -5
- package/api/types/CompletionCreateParamsNonStreamingModalitiesItem.d.ts +0 -8
- package/api/types/CompletionCreateParamsNonStreamingModalitiesItem.js +0 -10
- package/api/types/CompletionCreateParamsNonStreamingModel.d.ts +0 -4
- package/api/types/CompletionCreateParamsNonStreamingModel.js +0 -5
- package/api/types/CompletionCreateParamsNonStreamingReasoningEffort.d.ts +0 -10
- package/api/types/CompletionCreateParamsNonStreamingReasoningEffort.js +0 -12
- package/api/types/CompletionCreateParamsNonStreamingResponseFormat.d.ts +0 -5
- package/api/types/CompletionCreateParamsNonStreamingResponseFormat.js +0 -5
- package/api/types/CompletionCreateParamsNonStreamingServiceTier.d.ts +0 -11
- package/api/types/CompletionCreateParamsNonStreamingServiceTier.js +0 -13
- package/api/types/CompletionCreateParamsNonStreamingStop.d.ts +0 -4
- package/api/types/CompletionCreateParamsNonStreamingStop.js +0 -5
- package/api/types/CompletionCreateParamsNonStreamingToolChoice.d.ts +0 -5
- package/api/types/CompletionCreateParamsNonStreamingToolChoice.js +0 -5
- package/api/types/CompletionCreateParamsNonStreamingToolsItem.d.ts +0 -5
- package/api/types/CompletionCreateParamsNonStreamingToolsItem.js +0 -5
- package/api/types/CompletionCreateParamsNonStreamingVerbosity.d.ts +0 -9
- package/api/types/CompletionCreateParamsNonStreamingVerbosity.js +0 -11
- package/api/types/CompletionCreateParamsStreaming.d.ts +0 -40
- package/api/types/CompletionCreateParamsStreaming.js +0 -5
- package/api/types/CompletionCreateParamsStreamingFunctionCall.d.ts +0 -5
- package/api/types/CompletionCreateParamsStreamingFunctionCall.js +0 -5
- package/api/types/CompletionCreateParamsStreamingMessagesItem.d.ts +0 -5
- package/api/types/CompletionCreateParamsStreamingMessagesItem.js +0 -5
- package/api/types/CompletionCreateParamsStreamingModalitiesItem.d.ts +0 -8
- package/api/types/CompletionCreateParamsStreamingModalitiesItem.js +0 -10
- package/api/types/CompletionCreateParamsStreamingModel.d.ts +0 -4
- package/api/types/CompletionCreateParamsStreamingModel.js +0 -5
- package/api/types/CompletionCreateParamsStreamingReasoningEffort.d.ts +0 -10
- package/api/types/CompletionCreateParamsStreamingReasoningEffort.js +0 -12
- package/api/types/CompletionCreateParamsStreamingResponseFormat.d.ts +0 -5
- package/api/types/CompletionCreateParamsStreamingResponseFormat.js +0 -5
- package/api/types/CompletionCreateParamsStreamingServiceTier.d.ts +0 -11
- package/api/types/CompletionCreateParamsStreamingServiceTier.js +0 -13
- package/api/types/CompletionCreateParamsStreamingStop.d.ts +0 -4
- package/api/types/CompletionCreateParamsStreamingStop.js +0 -5
- package/api/types/CompletionCreateParamsStreamingToolChoice.d.ts +0 -5
- package/api/types/CompletionCreateParamsStreamingToolChoice.js +0 -5
- package/api/types/CompletionCreateParamsStreamingToolsItem.d.ts +0 -5
- package/api/types/CompletionCreateParamsStreamingToolsItem.js +0 -5
- package/api/types/CompletionCreateParamsStreamingVerbosity.d.ts +0 -9
- package/api/types/CompletionCreateParamsStreamingVerbosity.js +0 -11
- package/api/types/CustomFormatGrammar.d.ts +0 -8
- package/api/types/CustomFormatGrammar.js +0 -5
- package/api/types/CustomFormatGrammarGrammar.d.ts +0 -8
- package/api/types/CustomFormatGrammarGrammar.js +0 -5
- package/api/types/CustomFormatGrammarGrammarSyntax.d.ts +0 -8
- package/api/types/CustomFormatGrammarGrammarSyntax.js +0 -10
- package/api/types/CustomFormatText.d.ts +0 -6
- package/api/types/CustomFormatText.js +0 -5
- package/api/types/FileFile.d.ts +0 -8
- package/api/types/FileFile.js +0 -5
- package/api/types/File_.d.ts +0 -8
- package/api/types/File_.js +0 -5
- package/api/types/FunctionCall.d.ts +0 -7
- package/api/types/FunctionCall.js +0 -5
- package/api/types/FunctionDefinitionInput.d.ts +0 -9
- package/api/types/FunctionDefinitionInput.js +0 -5
- package/api/types/FunctionDefinitionOutput.js +0 -5
- package/api/types/FunctionOutput.js +0 -5
- package/api/types/ImageUrl.d.ts +0 -8
- package/api/types/ImageUrl.js +0 -5
- package/api/types/ImageUrlDetail.d.ts +0 -9
- package/api/types/ImageUrlDetail.js +0 -11
- package/api/types/InputAudio.d.ts +0 -8
- package/api/types/InputAudio.js +0 -5
- package/api/types/InputAudioFormat.d.ts +0 -8
- package/api/types/InputAudioFormat.js +0 -10
- package/api/types/JsonSchema.d.ts +0 -9
- package/api/types/JsonSchema.js +0 -5
- package/api/types/OpenaiTypesChatChatCompletionCustomToolParamCustom.d.ts +0 -9
- package/api/types/OpenaiTypesChatChatCompletionCustomToolParamCustom.js +0 -5
- package/api/types/OpenaiTypesChatChatCompletionCustomToolParamCustomFormat.d.ts +0 -5
- package/api/types/OpenaiTypesChatChatCompletionCustomToolParamCustomFormat.js +0 -5
- package/api/types/OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom.d.ts +0 -7
- package/api/types/OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom.js +0 -5
- package/api/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction.d.ts +0 -9
- package/api/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction.js +0 -5
- package/api/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction.d.ts +0 -7
- package/api/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction.js +0 -5
- package/api/types/OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom.d.ts +0 -6
- package/api/types/OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom.js +0 -5
- package/api/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.d.ts +0 -6
- package/api/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.js +0 -5
- package/api/types/OpenaiTypesChatCompletionCreateParamsFunction.d.ts +0 -8
- package/api/types/OpenaiTypesChatCompletionCreateParamsFunction.js +0 -5
- package/api/types/ResponseFormatJsonObject.d.ts +0 -6
- package/api/types/ResponseFormatJsonObject.js +0 -5
- package/api/types/ResponseFormatJsonSchema.d.ts +0 -8
- package/api/types/ResponseFormatJsonSchema.js +0 -5
- package/api/types/ResponseFormatText.d.ts +0 -6
- package/api/types/ResponseFormatText.js +0 -5
- package/api/types/WebSearchOptions.d.ts +0 -8
- package/api/types/WebSearchOptions.js +0 -5
- package/api/types/WebSearchOptionsSearchContextSize.d.ts +0 -9
- package/api/types/WebSearchOptionsSearchContextSize.js +0 -11
- package/api/types/WebSearchOptionsUserLocation.d.ts +0 -8
- package/api/types/WebSearchOptionsUserLocation.js +0 -5
- package/api/types/WebSearchOptionsUserLocationApproximate.d.ts +0 -9
- package/api/types/WebSearchOptionsUserLocationApproximate.js +0 -5
- package/dist/api/types/Audio.d.ts +0 -6
- package/dist/api/types/Audio.js +0 -5
- package/dist/api/types/ChatCompletionAllowedToolChoiceParam.d.ts +0 -8
- package/dist/api/types/ChatCompletionAllowedToolChoiceParam.js +0 -5
- package/dist/api/types/ChatCompletionAllowedToolsParam.d.ts +0 -8
- package/dist/api/types/ChatCompletionAllowedToolsParam.js +0 -5
- package/dist/api/types/ChatCompletionAllowedToolsParamMode.d.ts +0 -8
- package/dist/api/types/ChatCompletionAllowedToolsParamMode.js +0 -10
- package/dist/api/types/ChatCompletionAssistantMessageParam.d.ts +0 -13
- package/dist/api/types/ChatCompletionAssistantMessageParam.js +0 -5
- package/dist/api/types/ChatCompletionAssistantMessageParamContent.d.ts +0 -5
- package/dist/api/types/ChatCompletionAssistantMessageParamContent.js +0 -5
- package/dist/api/types/ChatCompletionAssistantMessageParamContentItem.d.ts +0 -5
- package/dist/api/types/ChatCompletionAssistantMessageParamContentItem.js +0 -5
- package/dist/api/types/ChatCompletionAssistantMessageParamToolCallsItem.d.ts +0 -5
- package/dist/api/types/ChatCompletionAssistantMessageParamToolCallsItem.js +0 -5
- package/dist/api/types/ChatCompletionAudioParam.d.ts +0 -8
- package/dist/api/types/ChatCompletionAudioParam.js +0 -5
- package/dist/api/types/ChatCompletionAudioParamFormat.d.ts +0 -12
- package/dist/api/types/ChatCompletionAudioParamFormat.js +0 -14
- package/dist/api/types/ChatCompletionAudioParamVoice.d.ts +0 -4
- package/dist/api/types/ChatCompletionAudioParamVoice.js +0 -5
- package/dist/api/types/ChatCompletionContentPartImageParam.d.ts +0 -8
- package/dist/api/types/ChatCompletionContentPartImageParam.js +0 -5
- package/dist/api/types/ChatCompletionContentPartInputAudioParam.d.ts +0 -8
- package/dist/api/types/ChatCompletionContentPartInputAudioParam.js +0 -5
- package/dist/api/types/ChatCompletionContentPartRefusalParam.d.ts +0 -7
- package/dist/api/types/ChatCompletionContentPartRefusalParam.js +0 -5
- package/dist/api/types/ChatCompletionContentPartTextParam.d.ts +0 -7
- package/dist/api/types/ChatCompletionContentPartTextParam.js +0 -5
- package/dist/api/types/ChatCompletionCustomToolParam.d.ts +0 -8
- package/dist/api/types/ChatCompletionCustomToolParam.js +0 -5
- package/dist/api/types/ChatCompletionDeveloperMessageParam.d.ts +0 -9
- package/dist/api/types/ChatCompletionDeveloperMessageParam.js +0 -5
- package/dist/api/types/ChatCompletionDeveloperMessageParamContent.d.ts +0 -5
- package/dist/api/types/ChatCompletionDeveloperMessageParamContent.js +0 -5
- package/dist/api/types/ChatCompletionFunctionCallOptionParam.d.ts +0 -6
- package/dist/api/types/ChatCompletionFunctionCallOptionParam.js +0 -5
- package/dist/api/types/ChatCompletionFunctionMessageParam.d.ts +0 -8
- package/dist/api/types/ChatCompletionFunctionMessageParam.js +0 -5
- package/dist/api/types/ChatCompletionFunctionToolParam.d.ts +0 -8
- package/dist/api/types/ChatCompletionFunctionToolParam.js +0 -5
- package/dist/api/types/ChatCompletionMessageCustomToolCallParam.d.ts +0 -9
- package/dist/api/types/ChatCompletionMessageCustomToolCallParam.js +0 -5
- package/dist/api/types/ChatCompletionMessageFunctionToolCallInput.d.ts +0 -11
- package/dist/api/types/ChatCompletionMessageFunctionToolCallInput.js +0 -5
- package/dist/api/types/ChatCompletionMessageFunctionToolCallOutput.js +0 -5
- package/dist/api/types/ChatCompletionMessageFunctionToolCallParam.d.ts +0 -9
- package/dist/api/types/ChatCompletionMessageFunctionToolCallParam.js +0 -5
- package/dist/api/types/ChatCompletionNamedToolChoiceCustomParam.d.ts +0 -8
- package/dist/api/types/ChatCompletionNamedToolChoiceCustomParam.js +0 -5
- package/dist/api/types/ChatCompletionNamedToolChoiceParam.d.ts +0 -8
- package/dist/api/types/ChatCompletionNamedToolChoiceParam.js +0 -5
- package/dist/api/types/ChatCompletionPredictionContentParam.d.ts +0 -8
- package/dist/api/types/ChatCompletionPredictionContentParam.js +0 -5
- package/dist/api/types/ChatCompletionPredictionContentParamContent.d.ts +0 -5
- package/dist/api/types/ChatCompletionPredictionContentParamContent.js +0 -5
- package/dist/api/types/ChatCompletionStreamOptionsParam.d.ts +0 -7
- package/dist/api/types/ChatCompletionStreamOptionsParam.js +0 -5
- package/dist/api/types/ChatCompletionSystemMessageParam.d.ts +0 -9
- package/dist/api/types/ChatCompletionSystemMessageParam.js +0 -5
- package/dist/api/types/ChatCompletionSystemMessageParamContent.d.ts +0 -5
- package/dist/api/types/ChatCompletionSystemMessageParamContent.js +0 -5
- package/dist/api/types/ChatCompletionToolMessageParam.d.ts +0 -9
- package/dist/api/types/ChatCompletionToolMessageParam.js +0 -5
- package/dist/api/types/ChatCompletionToolMessageParamContent.d.ts +0 -5
- package/dist/api/types/ChatCompletionToolMessageParamContent.js +0 -5
- package/dist/api/types/ChatCompletionUserMessageParam.d.ts +0 -9
- package/dist/api/types/ChatCompletionUserMessageParam.js +0 -5
- package/dist/api/types/ChatCompletionUserMessageParamContent.d.ts +0 -5
- package/dist/api/types/ChatCompletionUserMessageParamContent.js +0 -5
- package/dist/api/types/ChatCompletionUserMessageParamContentItem.d.ts +0 -5
- package/dist/api/types/ChatCompletionUserMessageParamContentItem.js +0 -5
- package/dist/api/types/CompletionCreateParamsNonStreaming.d.ts +0 -40
- package/dist/api/types/CompletionCreateParamsNonStreaming.js +0 -5
- package/dist/api/types/CompletionCreateParamsNonStreamingFunctionCall.d.ts +0 -5
- package/dist/api/types/CompletionCreateParamsNonStreamingFunctionCall.js +0 -5
- package/dist/api/types/CompletionCreateParamsNonStreamingMessagesItem.d.ts +0 -5
- package/dist/api/types/CompletionCreateParamsNonStreamingMessagesItem.js +0 -5
- package/dist/api/types/CompletionCreateParamsNonStreamingModalitiesItem.d.ts +0 -8
- package/dist/api/types/CompletionCreateParamsNonStreamingModalitiesItem.js +0 -10
- package/dist/api/types/CompletionCreateParamsNonStreamingModel.d.ts +0 -4
- package/dist/api/types/CompletionCreateParamsNonStreamingModel.js +0 -5
- package/dist/api/types/CompletionCreateParamsNonStreamingReasoningEffort.d.ts +0 -10
- package/dist/api/types/CompletionCreateParamsNonStreamingReasoningEffort.js +0 -12
- package/dist/api/types/CompletionCreateParamsNonStreamingResponseFormat.d.ts +0 -5
- package/dist/api/types/CompletionCreateParamsNonStreamingResponseFormat.js +0 -5
- package/dist/api/types/CompletionCreateParamsNonStreamingServiceTier.d.ts +0 -11
- package/dist/api/types/CompletionCreateParamsNonStreamingServiceTier.js +0 -13
- package/dist/api/types/CompletionCreateParamsNonStreamingStop.d.ts +0 -4
- package/dist/api/types/CompletionCreateParamsNonStreamingStop.js +0 -5
- package/dist/api/types/CompletionCreateParamsNonStreamingToolChoice.d.ts +0 -5
- package/dist/api/types/CompletionCreateParamsNonStreamingToolChoice.js +0 -5
- package/dist/api/types/CompletionCreateParamsNonStreamingToolsItem.d.ts +0 -5
- package/dist/api/types/CompletionCreateParamsNonStreamingToolsItem.js +0 -5
- package/dist/api/types/CompletionCreateParamsNonStreamingVerbosity.d.ts +0 -9
- package/dist/api/types/CompletionCreateParamsNonStreamingVerbosity.js +0 -11
- package/dist/api/types/CompletionCreateParamsStreaming.d.ts +0 -40
- package/dist/api/types/CompletionCreateParamsStreaming.js +0 -5
- package/dist/api/types/CompletionCreateParamsStreamingFunctionCall.d.ts +0 -5
- package/dist/api/types/CompletionCreateParamsStreamingFunctionCall.js +0 -5
- package/dist/api/types/CompletionCreateParamsStreamingMessagesItem.d.ts +0 -5
- package/dist/api/types/CompletionCreateParamsStreamingMessagesItem.js +0 -5
- package/dist/api/types/CompletionCreateParamsStreamingModalitiesItem.d.ts +0 -8
- package/dist/api/types/CompletionCreateParamsStreamingModalitiesItem.js +0 -10
- package/dist/api/types/CompletionCreateParamsStreamingModel.d.ts +0 -4
- package/dist/api/types/CompletionCreateParamsStreamingModel.js +0 -5
- package/dist/api/types/CompletionCreateParamsStreamingReasoningEffort.d.ts +0 -10
- package/dist/api/types/CompletionCreateParamsStreamingReasoningEffort.js +0 -12
- package/dist/api/types/CompletionCreateParamsStreamingResponseFormat.d.ts +0 -5
- package/dist/api/types/CompletionCreateParamsStreamingResponseFormat.js +0 -5
- package/dist/api/types/CompletionCreateParamsStreamingServiceTier.d.ts +0 -11
- package/dist/api/types/CompletionCreateParamsStreamingServiceTier.js +0 -13
- package/dist/api/types/CompletionCreateParamsStreamingStop.d.ts +0 -4
- package/dist/api/types/CompletionCreateParamsStreamingStop.js +0 -5
- package/dist/api/types/CompletionCreateParamsStreamingToolChoice.d.ts +0 -5
- package/dist/api/types/CompletionCreateParamsStreamingToolChoice.js +0 -5
- package/dist/api/types/CompletionCreateParamsStreamingToolsItem.d.ts +0 -5
- package/dist/api/types/CompletionCreateParamsStreamingToolsItem.js +0 -5
- package/dist/api/types/CompletionCreateParamsStreamingVerbosity.d.ts +0 -9
- package/dist/api/types/CompletionCreateParamsStreamingVerbosity.js +0 -11
- package/dist/api/types/CustomFormatGrammar.d.ts +0 -8
- package/dist/api/types/CustomFormatGrammar.js +0 -5
- package/dist/api/types/CustomFormatGrammarGrammar.d.ts +0 -8
- package/dist/api/types/CustomFormatGrammarGrammar.js +0 -5
- package/dist/api/types/CustomFormatGrammarGrammarSyntax.d.ts +0 -8
- package/dist/api/types/CustomFormatGrammarGrammarSyntax.js +0 -10
- package/dist/api/types/CustomFormatText.d.ts +0 -6
- package/dist/api/types/CustomFormatText.js +0 -5
- package/dist/api/types/FileFile.d.ts +0 -8
- package/dist/api/types/FileFile.js +0 -5
- package/dist/api/types/File_.d.ts +0 -8
- package/dist/api/types/File_.js +0 -5
- package/dist/api/types/FunctionCall.d.ts +0 -7
- package/dist/api/types/FunctionCall.js +0 -5
- package/dist/api/types/FunctionDefinitionInput.d.ts +0 -9
- package/dist/api/types/FunctionDefinitionInput.js +0 -5
- package/dist/api/types/FunctionDefinitionOutput.js +0 -5
- package/dist/api/types/FunctionOutput.js +0 -5
- package/dist/api/types/ImageUrl.d.ts +0 -8
- package/dist/api/types/ImageUrl.js +0 -5
- package/dist/api/types/ImageUrlDetail.d.ts +0 -9
- package/dist/api/types/ImageUrlDetail.js +0 -11
- package/dist/api/types/InputAudio.d.ts +0 -8
- package/dist/api/types/InputAudio.js +0 -5
- package/dist/api/types/InputAudioFormat.d.ts +0 -8
- package/dist/api/types/InputAudioFormat.js +0 -10
- package/dist/api/types/JsonSchema.d.ts +0 -9
- package/dist/api/types/JsonSchema.js +0 -5
- package/dist/api/types/OpenaiTypesChatChatCompletionCustomToolParamCustom.d.ts +0 -9
- package/dist/api/types/OpenaiTypesChatChatCompletionCustomToolParamCustom.js +0 -5
- package/dist/api/types/OpenaiTypesChatChatCompletionCustomToolParamCustomFormat.d.ts +0 -5
- package/dist/api/types/OpenaiTypesChatChatCompletionCustomToolParamCustomFormat.js +0 -5
- package/dist/api/types/OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom.d.ts +0 -7
- package/dist/api/types/OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom.js +0 -5
- package/dist/api/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction.d.ts +0 -9
- package/dist/api/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction.js +0 -5
- package/dist/api/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction.d.ts +0 -7
- package/dist/api/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction.js +0 -5
- package/dist/api/types/OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom.d.ts +0 -6
- package/dist/api/types/OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom.js +0 -5
- package/dist/api/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.d.ts +0 -6
- package/dist/api/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.js +0 -5
- package/dist/api/types/OpenaiTypesChatCompletionCreateParamsFunction.d.ts +0 -8
- package/dist/api/types/OpenaiTypesChatCompletionCreateParamsFunction.js +0 -5
- package/dist/api/types/ResponseFormatJsonObject.d.ts +0 -6
- package/dist/api/types/ResponseFormatJsonObject.js +0 -5
- package/dist/api/types/ResponseFormatJsonSchema.d.ts +0 -8
- package/dist/api/types/ResponseFormatJsonSchema.js +0 -5
- package/dist/api/types/ResponseFormatText.d.ts +0 -6
- package/dist/api/types/ResponseFormatText.js +0 -5
- package/dist/api/types/WebSearchOptions.d.ts +0 -8
- package/dist/api/types/WebSearchOptions.js +0 -5
- package/dist/api/types/WebSearchOptionsSearchContextSize.d.ts +0 -9
- package/dist/api/types/WebSearchOptionsSearchContextSize.js +0 -11
- package/dist/api/types/WebSearchOptionsUserLocation.d.ts +0 -8
- package/dist/api/types/WebSearchOptionsUserLocation.js +0 -5
- package/dist/api/types/WebSearchOptionsUserLocationApproximate.d.ts +0 -9
- package/dist/api/types/WebSearchOptionsUserLocationApproximate.js +0 -5
- package/dist/serialization/types/Audio.d.ts +0 -12
- package/dist/serialization/types/Audio.js +0 -43
- package/dist/serialization/types/ChatCompletionAllowedToolChoiceParam.d.ts +0 -14
- package/dist/serialization/types/ChatCompletionAllowedToolChoiceParam.js +0 -45
- package/dist/serialization/types/ChatCompletionAllowedToolsParam.d.ts +0 -14
- package/dist/serialization/types/ChatCompletionAllowedToolsParam.js +0 -45
- package/dist/serialization/types/ChatCompletionAllowedToolsParamMode.d.ts +0 -10
- package/dist/serialization/types/ChatCompletionAllowedToolsParamMode.js +0 -41
- package/dist/serialization/types/ChatCompletionAssistantMessageParam.d.ts +0 -22
- package/dist/serialization/types/ChatCompletionAssistantMessageParam.js +0 -53
- package/dist/serialization/types/ChatCompletionAssistantMessageParamContent.d.ts +0 -11
- package/dist/serialization/types/ChatCompletionAssistantMessageParamContent.js +0 -45
- package/dist/serialization/types/ChatCompletionAssistantMessageParamContentItem.d.ts +0 -12
- package/dist/serialization/types/ChatCompletionAssistantMessageParamContentItem.js +0 -46
- package/dist/serialization/types/ChatCompletionAssistantMessageParamToolCallsItem.d.ts +0 -12
- package/dist/serialization/types/ChatCompletionAssistantMessageParamToolCallsItem.js +0 -46
- package/dist/serialization/types/ChatCompletionAudioParam.d.ts +0 -15
- package/dist/serialization/types/ChatCompletionAudioParam.js +0 -46
- package/dist/serialization/types/ChatCompletionAudioParamFormat.d.ts +0 -10
- package/dist/serialization/types/ChatCompletionAudioParamFormat.js +0 -41
- package/dist/serialization/types/ChatCompletionAudioParamVoice.d.ts +0 -10
- package/dist/serialization/types/ChatCompletionAudioParamVoice.js +0 -51
- package/dist/serialization/types/ChatCompletionContentPartImageParam.d.ts +0 -14
- package/dist/serialization/types/ChatCompletionContentPartImageParam.js +0 -45
- package/dist/serialization/types/ChatCompletionContentPartInputAudioParam.d.ts +0 -14
- package/dist/serialization/types/ChatCompletionContentPartInputAudioParam.js +0 -45
- package/dist/serialization/types/ChatCompletionContentPartRefusalParam.d.ts +0 -13
- package/dist/serialization/types/ChatCompletionContentPartRefusalParam.js +0 -44
- package/dist/serialization/types/ChatCompletionContentPartTextParam.d.ts +0 -13
- package/dist/serialization/types/ChatCompletionContentPartTextParam.js +0 -44
- package/dist/serialization/types/ChatCompletionCustomToolParam.d.ts +0 -14
- package/dist/serialization/types/ChatCompletionCustomToolParam.js +0 -45
- package/dist/serialization/types/ChatCompletionDeveloperMessageParam.d.ts +0 -15
- package/dist/serialization/types/ChatCompletionDeveloperMessageParam.js +0 -46
- package/dist/serialization/types/ChatCompletionDeveloperMessageParamContent.d.ts +0 -11
- package/dist/serialization/types/ChatCompletionDeveloperMessageParamContent.js +0 -45
- package/dist/serialization/types/ChatCompletionFunctionCallOptionParam.d.ts +0 -12
- package/dist/serialization/types/ChatCompletionFunctionCallOptionParam.js +0 -43
- package/dist/serialization/types/ChatCompletionFunctionMessageParam.d.ts +0 -14
- package/dist/serialization/types/ChatCompletionFunctionMessageParam.js +0 -45
- package/dist/serialization/types/ChatCompletionFunctionToolParam.d.ts +0 -14
- package/dist/serialization/types/ChatCompletionFunctionToolParam.js +0 -45
- package/dist/serialization/types/ChatCompletionMessageCustomToolCallParam.d.ts +0 -15
- package/dist/serialization/types/ChatCompletionMessageCustomToolCallParam.js +0 -46
- package/dist/serialization/types/ChatCompletionMessageFunctionToolCallInput.d.ts +0 -16
- package/dist/serialization/types/ChatCompletionMessageFunctionToolCallInput.js +0 -48
- package/dist/serialization/types/ChatCompletionMessageFunctionToolCallOutput.d.ts +0 -16
- package/dist/serialization/types/ChatCompletionMessageFunctionToolCallParam.d.ts +0 -15
- package/dist/serialization/types/ChatCompletionMessageFunctionToolCallParam.js +0 -46
- package/dist/serialization/types/ChatCompletionNamedToolChoiceCustomParam.d.ts +0 -14
- package/dist/serialization/types/ChatCompletionNamedToolChoiceCustomParam.js +0 -45
- package/dist/serialization/types/ChatCompletionNamedToolChoiceParam.d.ts +0 -14
- package/dist/serialization/types/ChatCompletionNamedToolChoiceParam.js +0 -45
- package/dist/serialization/types/ChatCompletionPredictionContentParam.d.ts +0 -14
- package/dist/serialization/types/ChatCompletionPredictionContentParam.js +0 -45
- package/dist/serialization/types/ChatCompletionPredictionContentParamContent.d.ts +0 -11
- package/dist/serialization/types/ChatCompletionPredictionContentParamContent.js +0 -45
- package/dist/serialization/types/ChatCompletionStreamOptionsParam.d.ts +0 -13
- package/dist/serialization/types/ChatCompletionStreamOptionsParam.js +0 -44
- package/dist/serialization/types/ChatCompletionSystemMessageParam.d.ts +0 -15
- package/dist/serialization/types/ChatCompletionSystemMessageParam.js +0 -46
- package/dist/serialization/types/ChatCompletionSystemMessageParamContent.d.ts +0 -11
- package/dist/serialization/types/ChatCompletionSystemMessageParamContent.js +0 -45
- package/dist/serialization/types/ChatCompletionToolMessageParam.d.ts +0 -15
- package/dist/serialization/types/ChatCompletionToolMessageParam.js +0 -46
- package/dist/serialization/types/ChatCompletionToolMessageParamContent.d.ts +0 -11
- package/dist/serialization/types/ChatCompletionToolMessageParamContent.js +0 -45
- package/dist/serialization/types/ChatCompletionUserMessageParam.d.ts +0 -15
- package/dist/serialization/types/ChatCompletionUserMessageParam.js +0 -46
- package/dist/serialization/types/ChatCompletionUserMessageParamContent.d.ts +0 -11
- package/dist/serialization/types/ChatCompletionUserMessageParamContent.js +0 -45
- package/dist/serialization/types/ChatCompletionUserMessageParamContentItem.d.ts +0 -14
- package/dist/serialization/types/ChatCompletionUserMessageParamContentItem.js +0 -50
- package/dist/serialization/types/CompletionCreateParamsNonStreaming.d.ts +0 -61
- package/dist/serialization/types/CompletionCreateParamsNonStreaming.js +0 -92
- package/dist/serialization/types/CompletionCreateParamsNonStreamingFunctionCall.d.ts +0 -11
- package/dist/serialization/types/CompletionCreateParamsNonStreamingFunctionCall.js +0 -46
- package/dist/serialization/types/CompletionCreateParamsNonStreamingMessagesItem.d.ts +0 -16
- package/dist/serialization/types/CompletionCreateParamsNonStreamingMessagesItem.js +0 -54
- package/dist/serialization/types/CompletionCreateParamsNonStreamingModalitiesItem.d.ts +0 -10
- package/dist/serialization/types/CompletionCreateParamsNonStreamingModalitiesItem.js +0 -41
- package/dist/serialization/types/CompletionCreateParamsNonStreamingModel.d.ts +0 -10
- package/dist/serialization/types/CompletionCreateParamsNonStreamingModel.js +0 -105
- package/dist/serialization/types/CompletionCreateParamsNonStreamingReasoningEffort.d.ts +0 -10
- package/dist/serialization/types/CompletionCreateParamsNonStreamingReasoningEffort.js +0 -41
- package/dist/serialization/types/CompletionCreateParamsNonStreamingResponseFormat.d.ts +0 -13
- package/dist/serialization/types/CompletionCreateParamsNonStreamingResponseFormat.js +0 -44
- package/dist/serialization/types/CompletionCreateParamsNonStreamingServiceTier.d.ts +0 -10
- package/dist/serialization/types/CompletionCreateParamsNonStreamingServiceTier.js +0 -41
- package/dist/serialization/types/CompletionCreateParamsNonStreamingStop.d.ts +0 -10
- package/dist/serialization/types/CompletionCreateParamsNonStreamingStop.js +0 -44
- package/dist/serialization/types/CompletionCreateParamsNonStreamingToolChoice.d.ts +0 -13
- package/dist/serialization/types/CompletionCreateParamsNonStreamingToolChoice.js +0 -51
- package/dist/serialization/types/CompletionCreateParamsNonStreamingToolsItem.d.ts +0 -12
- package/dist/serialization/types/CompletionCreateParamsNonStreamingToolsItem.js +0 -43
- package/dist/serialization/types/CompletionCreateParamsNonStreamingVerbosity.d.ts +0 -10
- package/dist/serialization/types/CompletionCreateParamsNonStreamingVerbosity.js +0 -41
- package/dist/serialization/types/CompletionCreateParamsStreaming.d.ts +0 -61
- package/dist/serialization/types/CompletionCreateParamsStreaming.js +0 -92
- package/dist/serialization/types/CompletionCreateParamsStreamingFunctionCall.d.ts +0 -11
- package/dist/serialization/types/CompletionCreateParamsStreamingFunctionCall.js +0 -46
- package/dist/serialization/types/CompletionCreateParamsStreamingMessagesItem.d.ts +0 -16
- package/dist/serialization/types/CompletionCreateParamsStreamingMessagesItem.js +0 -54
- package/dist/serialization/types/CompletionCreateParamsStreamingModalitiesItem.d.ts +0 -10
- package/dist/serialization/types/CompletionCreateParamsStreamingModalitiesItem.js +0 -41
- package/dist/serialization/types/CompletionCreateParamsStreamingModel.d.ts +0 -10
- package/dist/serialization/types/CompletionCreateParamsStreamingModel.js +0 -105
- package/dist/serialization/types/CompletionCreateParamsStreamingReasoningEffort.d.ts +0 -10
- package/dist/serialization/types/CompletionCreateParamsStreamingReasoningEffort.js +0 -41
- package/dist/serialization/types/CompletionCreateParamsStreamingResponseFormat.d.ts +0 -13
- package/dist/serialization/types/CompletionCreateParamsStreamingResponseFormat.js +0 -44
- package/dist/serialization/types/CompletionCreateParamsStreamingServiceTier.d.ts +0 -10
- package/dist/serialization/types/CompletionCreateParamsStreamingServiceTier.js +0 -41
- package/dist/serialization/types/CompletionCreateParamsStreamingStop.d.ts +0 -10
- package/dist/serialization/types/CompletionCreateParamsStreamingStop.js +0 -44
- package/dist/serialization/types/CompletionCreateParamsStreamingToolChoice.d.ts +0 -13
- package/dist/serialization/types/CompletionCreateParamsStreamingToolChoice.js +0 -51
- package/dist/serialization/types/CompletionCreateParamsStreamingToolsItem.d.ts +0 -12
- package/dist/serialization/types/CompletionCreateParamsStreamingToolsItem.js +0 -43
- package/dist/serialization/types/CompletionCreateParamsStreamingVerbosity.d.ts +0 -10
- package/dist/serialization/types/CompletionCreateParamsStreamingVerbosity.js +0 -41
- package/dist/serialization/types/CustomFormatGrammar.d.ts +0 -14
- package/dist/serialization/types/CustomFormatGrammar.js +0 -45
- package/dist/serialization/types/CustomFormatGrammarGrammar.d.ts +0 -14
- package/dist/serialization/types/CustomFormatGrammarGrammar.js +0 -45
- package/dist/serialization/types/CustomFormatGrammarGrammarSyntax.d.ts +0 -10
- package/dist/serialization/types/CustomFormatGrammarGrammarSyntax.js +0 -41
- package/dist/serialization/types/CustomFormatText.d.ts +0 -12
- package/dist/serialization/types/CustomFormatText.js +0 -43
- package/dist/serialization/types/FileFile.d.ts +0 -14
- package/dist/serialization/types/FileFile.js +0 -45
- package/dist/serialization/types/File_.d.ts +0 -14
- package/dist/serialization/types/File_.js +0 -45
- package/dist/serialization/types/FunctionCall.d.ts +0 -13
- package/dist/serialization/types/FunctionCall.js +0 -44
- package/dist/serialization/types/FunctionDefinitionInput.d.ts +0 -15
- package/dist/serialization/types/FunctionDefinitionInput.js +0 -46
- package/dist/serialization/types/ImageUrl.d.ts +0 -14
- package/dist/serialization/types/ImageUrl.js +0 -45
- package/dist/serialization/types/ImageUrlDetail.d.ts +0 -10
- package/dist/serialization/types/ImageUrlDetail.js +0 -41
- package/dist/serialization/types/InputAudio.d.ts +0 -14
- package/dist/serialization/types/InputAudio.js +0 -45
- package/dist/serialization/types/InputAudioFormat.d.ts +0 -10
- package/dist/serialization/types/InputAudioFormat.js +0 -41
- package/dist/serialization/types/JsonSchema.d.ts +0 -15
- package/dist/serialization/types/JsonSchema.js +0 -46
- package/dist/serialization/types/OpenaiTypesChatChatCompletionCustomToolParamCustom.d.ts +0 -15
- package/dist/serialization/types/OpenaiTypesChatChatCompletionCustomToolParamCustom.js +0 -46
- package/dist/serialization/types/OpenaiTypesChatChatCompletionCustomToolParamCustomFormat.d.ts +0 -12
- package/dist/serialization/types/OpenaiTypesChatChatCompletionCustomToolParamCustomFormat.js +0 -43
- package/dist/serialization/types/OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom.d.ts +0 -13
- package/dist/serialization/types/OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom.js +0 -44
- package/dist/serialization/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction.d.ts +0 -14
- package/dist/serialization/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction.js +0 -46
- package/dist/serialization/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction.d.ts +0 -13
- package/dist/serialization/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction.js +0 -44
- package/dist/serialization/types/OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom.d.ts +0 -12
- package/dist/serialization/types/OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom.js +0 -43
- package/dist/serialization/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.d.ts +0 -12
- package/dist/serialization/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.js +0 -43
- package/dist/serialization/types/OpenaiTypesChatCompletionCreateParamsFunction.d.ts +0 -14
- package/dist/serialization/types/OpenaiTypesChatCompletionCreateParamsFunction.js +0 -45
- package/dist/serialization/types/ResponseFormatJsonObject.d.ts +0 -12
- package/dist/serialization/types/ResponseFormatJsonObject.js +0 -43
- package/dist/serialization/types/ResponseFormatJsonSchema.d.ts +0 -14
- package/dist/serialization/types/ResponseFormatJsonSchema.js +0 -45
- package/dist/serialization/types/ResponseFormatText.d.ts +0 -12
- package/dist/serialization/types/ResponseFormatText.js +0 -43
- package/dist/serialization/types/WebSearchOptions.d.ts +0 -15
- package/dist/serialization/types/WebSearchOptions.js +0 -46
- package/dist/serialization/types/WebSearchOptionsSearchContextSize.d.ts +0 -10
- package/dist/serialization/types/WebSearchOptionsSearchContextSize.js +0 -41
- package/dist/serialization/types/WebSearchOptionsUserLocation.d.ts +0 -14
- package/dist/serialization/types/WebSearchOptionsUserLocation.js +0 -45
- package/dist/serialization/types/WebSearchOptionsUserLocationApproximate.d.ts +0 -15
- package/dist/serialization/types/WebSearchOptionsUserLocationApproximate.js +0 -46
- package/serialization/types/Audio.d.ts +0 -12
- package/serialization/types/Audio.js +0 -43
- package/serialization/types/ChatCompletionAllowedToolChoiceParam.d.ts +0 -14
- package/serialization/types/ChatCompletionAllowedToolChoiceParam.js +0 -45
- package/serialization/types/ChatCompletionAllowedToolsParam.d.ts +0 -14
- package/serialization/types/ChatCompletionAllowedToolsParam.js +0 -45
- package/serialization/types/ChatCompletionAllowedToolsParamMode.d.ts +0 -10
- package/serialization/types/ChatCompletionAllowedToolsParamMode.js +0 -41
- package/serialization/types/ChatCompletionAssistantMessageParam.d.ts +0 -22
- package/serialization/types/ChatCompletionAssistantMessageParam.js +0 -53
- package/serialization/types/ChatCompletionAssistantMessageParamContent.d.ts +0 -11
- package/serialization/types/ChatCompletionAssistantMessageParamContent.js +0 -45
- package/serialization/types/ChatCompletionAssistantMessageParamContentItem.d.ts +0 -12
- package/serialization/types/ChatCompletionAssistantMessageParamContentItem.js +0 -46
- package/serialization/types/ChatCompletionAssistantMessageParamToolCallsItem.d.ts +0 -12
- package/serialization/types/ChatCompletionAssistantMessageParamToolCallsItem.js +0 -46
- package/serialization/types/ChatCompletionAudioParam.d.ts +0 -15
- package/serialization/types/ChatCompletionAudioParam.js +0 -46
- package/serialization/types/ChatCompletionAudioParamFormat.d.ts +0 -10
- package/serialization/types/ChatCompletionAudioParamFormat.js +0 -41
- package/serialization/types/ChatCompletionAudioParamVoice.d.ts +0 -10
- package/serialization/types/ChatCompletionAudioParamVoice.js +0 -51
- package/serialization/types/ChatCompletionContentPartImageParam.d.ts +0 -14
- package/serialization/types/ChatCompletionContentPartImageParam.js +0 -45
- package/serialization/types/ChatCompletionContentPartInputAudioParam.d.ts +0 -14
- package/serialization/types/ChatCompletionContentPartInputAudioParam.js +0 -45
- package/serialization/types/ChatCompletionContentPartRefusalParam.d.ts +0 -13
- package/serialization/types/ChatCompletionContentPartRefusalParam.js +0 -44
- package/serialization/types/ChatCompletionContentPartTextParam.d.ts +0 -13
- package/serialization/types/ChatCompletionContentPartTextParam.js +0 -44
- package/serialization/types/ChatCompletionCustomToolParam.d.ts +0 -14
- package/serialization/types/ChatCompletionCustomToolParam.js +0 -45
- package/serialization/types/ChatCompletionDeveloperMessageParam.d.ts +0 -15
- package/serialization/types/ChatCompletionDeveloperMessageParam.js +0 -46
- package/serialization/types/ChatCompletionDeveloperMessageParamContent.d.ts +0 -11
- package/serialization/types/ChatCompletionDeveloperMessageParamContent.js +0 -45
- package/serialization/types/ChatCompletionFunctionCallOptionParam.d.ts +0 -12
- package/serialization/types/ChatCompletionFunctionCallOptionParam.js +0 -43
- package/serialization/types/ChatCompletionFunctionMessageParam.d.ts +0 -14
- package/serialization/types/ChatCompletionFunctionMessageParam.js +0 -45
- package/serialization/types/ChatCompletionFunctionToolParam.d.ts +0 -14
- package/serialization/types/ChatCompletionFunctionToolParam.js +0 -45
- package/serialization/types/ChatCompletionMessageCustomToolCallParam.d.ts +0 -15
- package/serialization/types/ChatCompletionMessageCustomToolCallParam.js +0 -46
- package/serialization/types/ChatCompletionMessageFunctionToolCallInput.d.ts +0 -16
- package/serialization/types/ChatCompletionMessageFunctionToolCallInput.js +0 -48
- package/serialization/types/ChatCompletionMessageFunctionToolCallOutput.d.ts +0 -16
- package/serialization/types/ChatCompletionMessageFunctionToolCallParam.d.ts +0 -15
- package/serialization/types/ChatCompletionMessageFunctionToolCallParam.js +0 -46
- package/serialization/types/ChatCompletionNamedToolChoiceCustomParam.d.ts +0 -14
- package/serialization/types/ChatCompletionNamedToolChoiceCustomParam.js +0 -45
- package/serialization/types/ChatCompletionNamedToolChoiceParam.d.ts +0 -14
- package/serialization/types/ChatCompletionNamedToolChoiceParam.js +0 -45
- package/serialization/types/ChatCompletionPredictionContentParam.d.ts +0 -14
- package/serialization/types/ChatCompletionPredictionContentParam.js +0 -45
- package/serialization/types/ChatCompletionPredictionContentParamContent.d.ts +0 -11
- package/serialization/types/ChatCompletionPredictionContentParamContent.js +0 -45
- package/serialization/types/ChatCompletionStreamOptionsParam.d.ts +0 -13
- package/serialization/types/ChatCompletionStreamOptionsParam.js +0 -44
- package/serialization/types/ChatCompletionSystemMessageParam.d.ts +0 -15
- package/serialization/types/ChatCompletionSystemMessageParam.js +0 -46
- package/serialization/types/ChatCompletionSystemMessageParamContent.d.ts +0 -11
- package/serialization/types/ChatCompletionSystemMessageParamContent.js +0 -45
- package/serialization/types/ChatCompletionToolMessageParam.d.ts +0 -15
- package/serialization/types/ChatCompletionToolMessageParam.js +0 -46
- package/serialization/types/ChatCompletionToolMessageParamContent.d.ts +0 -11
- package/serialization/types/ChatCompletionToolMessageParamContent.js +0 -45
- package/serialization/types/ChatCompletionUserMessageParam.d.ts +0 -15
- package/serialization/types/ChatCompletionUserMessageParam.js +0 -46
- package/serialization/types/ChatCompletionUserMessageParamContent.d.ts +0 -11
- package/serialization/types/ChatCompletionUserMessageParamContent.js +0 -45
- package/serialization/types/ChatCompletionUserMessageParamContentItem.d.ts +0 -14
- package/serialization/types/ChatCompletionUserMessageParamContentItem.js +0 -50
- package/serialization/types/CompletionCreateParamsNonStreaming.d.ts +0 -61
- package/serialization/types/CompletionCreateParamsNonStreaming.js +0 -92
- package/serialization/types/CompletionCreateParamsNonStreamingFunctionCall.d.ts +0 -11
- package/serialization/types/CompletionCreateParamsNonStreamingFunctionCall.js +0 -46
- package/serialization/types/CompletionCreateParamsNonStreamingMessagesItem.d.ts +0 -16
- package/serialization/types/CompletionCreateParamsNonStreamingMessagesItem.js +0 -54
- package/serialization/types/CompletionCreateParamsNonStreamingModalitiesItem.d.ts +0 -10
- package/serialization/types/CompletionCreateParamsNonStreamingModalitiesItem.js +0 -41
- package/serialization/types/CompletionCreateParamsNonStreamingModel.d.ts +0 -10
- package/serialization/types/CompletionCreateParamsNonStreamingModel.js +0 -105
- package/serialization/types/CompletionCreateParamsNonStreamingReasoningEffort.d.ts +0 -10
- package/serialization/types/CompletionCreateParamsNonStreamingReasoningEffort.js +0 -41
- package/serialization/types/CompletionCreateParamsNonStreamingResponseFormat.d.ts +0 -13
- package/serialization/types/CompletionCreateParamsNonStreamingResponseFormat.js +0 -44
- package/serialization/types/CompletionCreateParamsNonStreamingServiceTier.d.ts +0 -10
- package/serialization/types/CompletionCreateParamsNonStreamingServiceTier.js +0 -41
- package/serialization/types/CompletionCreateParamsNonStreamingStop.d.ts +0 -10
- package/serialization/types/CompletionCreateParamsNonStreamingStop.js +0 -44
- package/serialization/types/CompletionCreateParamsNonStreamingToolChoice.d.ts +0 -13
- package/serialization/types/CompletionCreateParamsNonStreamingToolChoice.js +0 -51
- package/serialization/types/CompletionCreateParamsNonStreamingToolsItem.d.ts +0 -12
- package/serialization/types/CompletionCreateParamsNonStreamingToolsItem.js +0 -43
- package/serialization/types/CompletionCreateParamsNonStreamingVerbosity.d.ts +0 -10
- package/serialization/types/CompletionCreateParamsNonStreamingVerbosity.js +0 -41
- package/serialization/types/CompletionCreateParamsStreaming.d.ts +0 -61
- package/serialization/types/CompletionCreateParamsStreaming.js +0 -92
- package/serialization/types/CompletionCreateParamsStreamingFunctionCall.d.ts +0 -11
- package/serialization/types/CompletionCreateParamsStreamingFunctionCall.js +0 -46
- package/serialization/types/CompletionCreateParamsStreamingMessagesItem.d.ts +0 -16
- package/serialization/types/CompletionCreateParamsStreamingMessagesItem.js +0 -54
- package/serialization/types/CompletionCreateParamsStreamingModalitiesItem.d.ts +0 -10
- package/serialization/types/CompletionCreateParamsStreamingModalitiesItem.js +0 -41
- package/serialization/types/CompletionCreateParamsStreamingModel.d.ts +0 -10
- package/serialization/types/CompletionCreateParamsStreamingModel.js +0 -105
- package/serialization/types/CompletionCreateParamsStreamingReasoningEffort.d.ts +0 -10
- package/serialization/types/CompletionCreateParamsStreamingReasoningEffort.js +0 -41
- package/serialization/types/CompletionCreateParamsStreamingResponseFormat.d.ts +0 -13
- package/serialization/types/CompletionCreateParamsStreamingResponseFormat.js +0 -44
- package/serialization/types/CompletionCreateParamsStreamingServiceTier.d.ts +0 -10
- package/serialization/types/CompletionCreateParamsStreamingServiceTier.js +0 -41
- package/serialization/types/CompletionCreateParamsStreamingStop.d.ts +0 -10
- package/serialization/types/CompletionCreateParamsStreamingStop.js +0 -44
- package/serialization/types/CompletionCreateParamsStreamingToolChoice.d.ts +0 -13
- package/serialization/types/CompletionCreateParamsStreamingToolChoice.js +0 -51
- package/serialization/types/CompletionCreateParamsStreamingToolsItem.d.ts +0 -12
- package/serialization/types/CompletionCreateParamsStreamingToolsItem.js +0 -43
- package/serialization/types/CompletionCreateParamsStreamingVerbosity.d.ts +0 -10
- package/serialization/types/CompletionCreateParamsStreamingVerbosity.js +0 -41
- package/serialization/types/CustomFormatGrammar.d.ts +0 -14
- package/serialization/types/CustomFormatGrammar.js +0 -45
- package/serialization/types/CustomFormatGrammarGrammar.d.ts +0 -14
- package/serialization/types/CustomFormatGrammarGrammar.js +0 -45
- package/serialization/types/CustomFormatGrammarGrammarSyntax.d.ts +0 -10
- package/serialization/types/CustomFormatGrammarGrammarSyntax.js +0 -41
- package/serialization/types/CustomFormatText.d.ts +0 -12
- package/serialization/types/CustomFormatText.js +0 -43
- package/serialization/types/FileFile.d.ts +0 -14
- package/serialization/types/FileFile.js +0 -45
- package/serialization/types/File_.d.ts +0 -14
- package/serialization/types/File_.js +0 -45
- package/serialization/types/FunctionCall.d.ts +0 -13
- package/serialization/types/FunctionCall.js +0 -44
- package/serialization/types/FunctionDefinitionInput.d.ts +0 -15
- package/serialization/types/FunctionDefinitionInput.js +0 -46
- package/serialization/types/ImageUrl.d.ts +0 -14
- package/serialization/types/ImageUrl.js +0 -45
- package/serialization/types/ImageUrlDetail.d.ts +0 -10
- package/serialization/types/ImageUrlDetail.js +0 -41
- package/serialization/types/InputAudio.d.ts +0 -14
- package/serialization/types/InputAudio.js +0 -45
- package/serialization/types/InputAudioFormat.d.ts +0 -10
- package/serialization/types/InputAudioFormat.js +0 -41
- package/serialization/types/JsonSchema.d.ts +0 -15
- package/serialization/types/JsonSchema.js +0 -46
- package/serialization/types/OpenaiTypesChatChatCompletionCustomToolParamCustom.d.ts +0 -15
- package/serialization/types/OpenaiTypesChatChatCompletionCustomToolParamCustom.js +0 -46
- package/serialization/types/OpenaiTypesChatChatCompletionCustomToolParamCustomFormat.d.ts +0 -12
- package/serialization/types/OpenaiTypesChatChatCompletionCustomToolParamCustomFormat.js +0 -43
- package/serialization/types/OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom.d.ts +0 -13
- package/serialization/types/OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom.js +0 -44
- package/serialization/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction.d.ts +0 -14
- package/serialization/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction.js +0 -46
- package/serialization/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction.d.ts +0 -13
- package/serialization/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction.js +0 -44
- package/serialization/types/OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom.d.ts +0 -12
- package/serialization/types/OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom.js +0 -43
- package/serialization/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.d.ts +0 -12
- package/serialization/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.js +0 -43
- package/serialization/types/OpenaiTypesChatCompletionCreateParamsFunction.d.ts +0 -14
- package/serialization/types/OpenaiTypesChatCompletionCreateParamsFunction.js +0 -45
- package/serialization/types/ResponseFormatJsonObject.d.ts +0 -12
- package/serialization/types/ResponseFormatJsonObject.js +0 -43
- package/serialization/types/ResponseFormatJsonSchema.d.ts +0 -14
- package/serialization/types/ResponseFormatJsonSchema.js +0 -45
- package/serialization/types/ResponseFormatText.d.ts +0 -12
- package/serialization/types/ResponseFormatText.js +0 -43
- package/serialization/types/WebSearchOptions.d.ts +0 -15
- package/serialization/types/WebSearchOptions.js +0 -46
- package/serialization/types/WebSearchOptionsSearchContextSize.d.ts +0 -10
- package/serialization/types/WebSearchOptionsSearchContextSize.js +0 -41
- package/serialization/types/WebSearchOptionsUserLocation.d.ts +0 -14
- package/serialization/types/WebSearchOptionsUserLocation.js +0 -45
- package/serialization/types/WebSearchOptionsUserLocationApproximate.d.ts +0 -15
- package/serialization/types/WebSearchOptionsUserLocationApproximate.js +0 -46
- /package/api/types/{Audio.js → ChatCompletionMessageFunctionToolCall.js} +0 -0
- /package/api/types/{ChatCompletionAllowedToolChoiceParam.js → Function.js} +0 -0
- /package/api/types/{ChatCompletionAllowedToolsParam.js → FunctionDefinition.js} +0 -0
- /package/{api/types/ChatCompletionAssistantMessageParam.js → dist/api/types/ChatCompletionMessageFunctionToolCall.js} +0 -0
- /package/{api/types/ChatCompletionAssistantMessageParamContent.js → dist/api/types/Function.js} +0 -0
- /package/{api/types/ChatCompletionAssistantMessageParamContentItem.js → dist/api/types/FunctionDefinition.js} +0 -0
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.CompletionCreateParamsNonStreamingToolChoice = void 0;
|
|
40
|
-
const core = __importStar(require("../../core"));
|
|
41
|
-
const ChatCompletionAllowedToolChoiceParam_1 = require("./ChatCompletionAllowedToolChoiceParam");
|
|
42
|
-
const ChatCompletionNamedToolChoiceParam_1 = require("./ChatCompletionNamedToolChoiceParam");
|
|
43
|
-
const ChatCompletionNamedToolChoiceCustomParam_1 = require("./ChatCompletionNamedToolChoiceCustomParam");
|
|
44
|
-
exports.CompletionCreateParamsNonStreamingToolChoice = core.serialization.undiscriminatedUnion([
|
|
45
|
-
core.serialization.stringLiteral("none"),
|
|
46
|
-
core.serialization.stringLiteral("auto"),
|
|
47
|
-
core.serialization.stringLiteral("required"),
|
|
48
|
-
ChatCompletionAllowedToolChoiceParam_1.ChatCompletionAllowedToolChoiceParam,
|
|
49
|
-
ChatCompletionNamedToolChoiceParam_1.ChatCompletionNamedToolChoiceParam,
|
|
50
|
-
ChatCompletionNamedToolChoiceCustomParam_1.ChatCompletionNamedToolChoiceCustomParam,
|
|
51
|
-
]);
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../index";
|
|
5
|
-
import * as Letta from "../../api/index";
|
|
6
|
-
import * as core from "../../core";
|
|
7
|
-
import { ChatCompletionFunctionToolParam } from "./ChatCompletionFunctionToolParam";
|
|
8
|
-
import { ChatCompletionCustomToolParam } from "./ChatCompletionCustomToolParam";
|
|
9
|
-
export declare const CompletionCreateParamsNonStreamingToolsItem: core.serialization.Schema<serializers.CompletionCreateParamsNonStreamingToolsItem.Raw, Letta.CompletionCreateParamsNonStreamingToolsItem>;
|
|
10
|
-
export declare namespace CompletionCreateParamsNonStreamingToolsItem {
|
|
11
|
-
type Raw = ChatCompletionFunctionToolParam.Raw | ChatCompletionCustomToolParam.Raw;
|
|
12
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.CompletionCreateParamsNonStreamingToolsItem = void 0;
|
|
40
|
-
const core = __importStar(require("../../core"));
|
|
41
|
-
const ChatCompletionFunctionToolParam_1 = require("./ChatCompletionFunctionToolParam");
|
|
42
|
-
const ChatCompletionCustomToolParam_1 = require("./ChatCompletionCustomToolParam");
|
|
43
|
-
exports.CompletionCreateParamsNonStreamingToolsItem = core.serialization.undiscriminatedUnion([ChatCompletionFunctionToolParam_1.ChatCompletionFunctionToolParam, ChatCompletionCustomToolParam_1.ChatCompletionCustomToolParam]);
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../index";
|
|
5
|
-
import * as Letta from "../../api/index";
|
|
6
|
-
import * as core from "../../core";
|
|
7
|
-
export declare const CompletionCreateParamsNonStreamingVerbosity: core.serialization.Schema<serializers.CompletionCreateParamsNonStreamingVerbosity.Raw, Letta.CompletionCreateParamsNonStreamingVerbosity>;
|
|
8
|
-
export declare namespace CompletionCreateParamsNonStreamingVerbosity {
|
|
9
|
-
type Raw = "low" | "medium" | "high";
|
|
10
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.CompletionCreateParamsNonStreamingVerbosity = void 0;
|
|
40
|
-
const core = __importStar(require("../../core"));
|
|
41
|
-
exports.CompletionCreateParamsNonStreamingVerbosity = core.serialization.enum_(["low", "medium", "high"]);
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../index";
|
|
5
|
-
import * as Letta from "../../api/index";
|
|
6
|
-
import * as core from "../../core";
|
|
7
|
-
import { CompletionCreateParamsStreamingMessagesItem } from "./CompletionCreateParamsStreamingMessagesItem";
|
|
8
|
-
import { CompletionCreateParamsStreamingModel } from "./CompletionCreateParamsStreamingModel";
|
|
9
|
-
import { ChatCompletionAudioParam } from "./ChatCompletionAudioParam";
|
|
10
|
-
import { CompletionCreateParamsStreamingFunctionCall } from "./CompletionCreateParamsStreamingFunctionCall";
|
|
11
|
-
import { OpenaiTypesChatCompletionCreateParamsFunction } from "./OpenaiTypesChatCompletionCreateParamsFunction";
|
|
12
|
-
import { CompletionCreateParamsStreamingModalitiesItem } from "./CompletionCreateParamsStreamingModalitiesItem";
|
|
13
|
-
import { ChatCompletionPredictionContentParam } from "./ChatCompletionPredictionContentParam";
|
|
14
|
-
import { CompletionCreateParamsStreamingReasoningEffort } from "./CompletionCreateParamsStreamingReasoningEffort";
|
|
15
|
-
import { CompletionCreateParamsStreamingResponseFormat } from "./CompletionCreateParamsStreamingResponseFormat";
|
|
16
|
-
import { CompletionCreateParamsStreamingServiceTier } from "./CompletionCreateParamsStreamingServiceTier";
|
|
17
|
-
import { CompletionCreateParamsStreamingStop } from "./CompletionCreateParamsStreamingStop";
|
|
18
|
-
import { ChatCompletionStreamOptionsParam } from "./ChatCompletionStreamOptionsParam";
|
|
19
|
-
import { CompletionCreateParamsStreamingToolChoice } from "./CompletionCreateParamsStreamingToolChoice";
|
|
20
|
-
import { CompletionCreateParamsStreamingToolsItem } from "./CompletionCreateParamsStreamingToolsItem";
|
|
21
|
-
import { CompletionCreateParamsStreamingVerbosity } from "./CompletionCreateParamsStreamingVerbosity";
|
|
22
|
-
import { WebSearchOptions } from "./WebSearchOptions";
|
|
23
|
-
export declare const CompletionCreateParamsStreaming: core.serialization.ObjectSchema<serializers.CompletionCreateParamsStreaming.Raw, Letta.CompletionCreateParamsStreaming>;
|
|
24
|
-
export declare namespace CompletionCreateParamsStreaming {
|
|
25
|
-
interface Raw {
|
|
26
|
-
messages: CompletionCreateParamsStreamingMessagesItem.Raw[];
|
|
27
|
-
model: CompletionCreateParamsStreamingModel.Raw;
|
|
28
|
-
audio?: ChatCompletionAudioParam.Raw | null;
|
|
29
|
-
frequency_penalty?: number | null;
|
|
30
|
-
function_call?: CompletionCreateParamsStreamingFunctionCall.Raw | null;
|
|
31
|
-
functions?: OpenaiTypesChatCompletionCreateParamsFunction.Raw[] | null;
|
|
32
|
-
logit_bias?: Record<string, number | null | undefined> | null;
|
|
33
|
-
logprobs?: boolean | null;
|
|
34
|
-
max_completion_tokens?: number | null;
|
|
35
|
-
max_tokens?: number | null;
|
|
36
|
-
metadata?: Record<string, string | null | undefined> | null;
|
|
37
|
-
modalities?: CompletionCreateParamsStreamingModalitiesItem.Raw[] | null;
|
|
38
|
-
n?: number | null;
|
|
39
|
-
parallel_tool_calls?: boolean | null;
|
|
40
|
-
prediction?: ChatCompletionPredictionContentParam.Raw | null;
|
|
41
|
-
presence_penalty?: number | null;
|
|
42
|
-
prompt_cache_key?: string | null;
|
|
43
|
-
reasoning_effort?: CompletionCreateParamsStreamingReasoningEffort.Raw | null;
|
|
44
|
-
response_format?: CompletionCreateParamsStreamingResponseFormat.Raw | null;
|
|
45
|
-
safety_identifier?: string | null;
|
|
46
|
-
seed?: number | null;
|
|
47
|
-
service_tier?: CompletionCreateParamsStreamingServiceTier.Raw | null;
|
|
48
|
-
stop?: CompletionCreateParamsStreamingStop.Raw | null;
|
|
49
|
-
store?: boolean | null;
|
|
50
|
-
stream_options?: ChatCompletionStreamOptionsParam.Raw | null;
|
|
51
|
-
temperature?: number | null;
|
|
52
|
-
tool_choice?: CompletionCreateParamsStreamingToolChoice.Raw | null;
|
|
53
|
-
tools?: CompletionCreateParamsStreamingToolsItem.Raw[] | null;
|
|
54
|
-
top_logprobs?: number | null;
|
|
55
|
-
top_p?: number | null;
|
|
56
|
-
user?: string | null;
|
|
57
|
-
verbosity?: CompletionCreateParamsStreamingVerbosity.Raw | null;
|
|
58
|
-
web_search_options?: WebSearchOptions.Raw | null;
|
|
59
|
-
stream: boolean;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.CompletionCreateParamsStreaming = void 0;
|
|
40
|
-
const core = __importStar(require("../../core"));
|
|
41
|
-
const CompletionCreateParamsStreamingMessagesItem_1 = require("./CompletionCreateParamsStreamingMessagesItem");
|
|
42
|
-
const CompletionCreateParamsStreamingModel_1 = require("./CompletionCreateParamsStreamingModel");
|
|
43
|
-
const ChatCompletionAudioParam_1 = require("./ChatCompletionAudioParam");
|
|
44
|
-
const CompletionCreateParamsStreamingFunctionCall_1 = require("./CompletionCreateParamsStreamingFunctionCall");
|
|
45
|
-
const OpenaiTypesChatCompletionCreateParamsFunction_1 = require("./OpenaiTypesChatCompletionCreateParamsFunction");
|
|
46
|
-
const CompletionCreateParamsStreamingModalitiesItem_1 = require("./CompletionCreateParamsStreamingModalitiesItem");
|
|
47
|
-
const ChatCompletionPredictionContentParam_1 = require("./ChatCompletionPredictionContentParam");
|
|
48
|
-
const CompletionCreateParamsStreamingReasoningEffort_1 = require("./CompletionCreateParamsStreamingReasoningEffort");
|
|
49
|
-
const CompletionCreateParamsStreamingResponseFormat_1 = require("./CompletionCreateParamsStreamingResponseFormat");
|
|
50
|
-
const CompletionCreateParamsStreamingServiceTier_1 = require("./CompletionCreateParamsStreamingServiceTier");
|
|
51
|
-
const CompletionCreateParamsStreamingStop_1 = require("./CompletionCreateParamsStreamingStop");
|
|
52
|
-
const ChatCompletionStreamOptionsParam_1 = require("./ChatCompletionStreamOptionsParam");
|
|
53
|
-
const CompletionCreateParamsStreamingToolChoice_1 = require("./CompletionCreateParamsStreamingToolChoice");
|
|
54
|
-
const CompletionCreateParamsStreamingToolsItem_1 = require("./CompletionCreateParamsStreamingToolsItem");
|
|
55
|
-
const CompletionCreateParamsStreamingVerbosity_1 = require("./CompletionCreateParamsStreamingVerbosity");
|
|
56
|
-
const WebSearchOptions_1 = require("./WebSearchOptions");
|
|
57
|
-
exports.CompletionCreateParamsStreaming = core.serialization.object({
|
|
58
|
-
messages: core.serialization.list(CompletionCreateParamsStreamingMessagesItem_1.CompletionCreateParamsStreamingMessagesItem),
|
|
59
|
-
model: CompletionCreateParamsStreamingModel_1.CompletionCreateParamsStreamingModel,
|
|
60
|
-
audio: ChatCompletionAudioParam_1.ChatCompletionAudioParam.optional(),
|
|
61
|
-
frequencyPenalty: core.serialization.property("frequency_penalty", core.serialization.number().optional()),
|
|
62
|
-
functionCall: core.serialization.property("function_call", CompletionCreateParamsStreamingFunctionCall_1.CompletionCreateParamsStreamingFunctionCall.optional()),
|
|
63
|
-
functions: core.serialization.list(OpenaiTypesChatCompletionCreateParamsFunction_1.OpenaiTypesChatCompletionCreateParamsFunction).optional(),
|
|
64
|
-
logitBias: core.serialization.property("logit_bias", core.serialization.record(core.serialization.string(), core.serialization.number().optional()).optional()),
|
|
65
|
-
logprobs: core.serialization.boolean().optional(),
|
|
66
|
-
maxCompletionTokens: core.serialization.property("max_completion_tokens", core.serialization.number().optional()),
|
|
67
|
-
maxTokens: core.serialization.property("max_tokens", core.serialization.number().optional()),
|
|
68
|
-
metadata: core.serialization.record(core.serialization.string(), core.serialization.string().optional()).optional(),
|
|
69
|
-
modalities: core.serialization.list(CompletionCreateParamsStreamingModalitiesItem_1.CompletionCreateParamsStreamingModalitiesItem).optional(),
|
|
70
|
-
n: core.serialization.number().optional(),
|
|
71
|
-
parallelToolCalls: core.serialization.property("parallel_tool_calls", core.serialization.boolean().optional()),
|
|
72
|
-
prediction: ChatCompletionPredictionContentParam_1.ChatCompletionPredictionContentParam.optional(),
|
|
73
|
-
presencePenalty: core.serialization.property("presence_penalty", core.serialization.number().optional()),
|
|
74
|
-
promptCacheKey: core.serialization.property("prompt_cache_key", core.serialization.string().optional()),
|
|
75
|
-
reasoningEffort: core.serialization.property("reasoning_effort", CompletionCreateParamsStreamingReasoningEffort_1.CompletionCreateParamsStreamingReasoningEffort.optional()),
|
|
76
|
-
responseFormat: core.serialization.property("response_format", CompletionCreateParamsStreamingResponseFormat_1.CompletionCreateParamsStreamingResponseFormat.optional()),
|
|
77
|
-
safetyIdentifier: core.serialization.property("safety_identifier", core.serialization.string().optional()),
|
|
78
|
-
seed: core.serialization.number().optional(),
|
|
79
|
-
serviceTier: core.serialization.property("service_tier", CompletionCreateParamsStreamingServiceTier_1.CompletionCreateParamsStreamingServiceTier.optional()),
|
|
80
|
-
stop: CompletionCreateParamsStreamingStop_1.CompletionCreateParamsStreamingStop.optional(),
|
|
81
|
-
store: core.serialization.boolean().optional(),
|
|
82
|
-
streamOptions: core.serialization.property("stream_options", ChatCompletionStreamOptionsParam_1.ChatCompletionStreamOptionsParam.optional()),
|
|
83
|
-
temperature: core.serialization.number().optional(),
|
|
84
|
-
toolChoice: core.serialization.property("tool_choice", CompletionCreateParamsStreamingToolChoice_1.CompletionCreateParamsStreamingToolChoice.optional()),
|
|
85
|
-
tools: core.serialization.list(CompletionCreateParamsStreamingToolsItem_1.CompletionCreateParamsStreamingToolsItem).optional(),
|
|
86
|
-
topLogprobs: core.serialization.property("top_logprobs", core.serialization.number().optional()),
|
|
87
|
-
topP: core.serialization.property("top_p", core.serialization.number().optional()),
|
|
88
|
-
user: core.serialization.string().optional(),
|
|
89
|
-
verbosity: CompletionCreateParamsStreamingVerbosity_1.CompletionCreateParamsStreamingVerbosity.optional(),
|
|
90
|
-
webSearchOptions: core.serialization.property("web_search_options", WebSearchOptions_1.WebSearchOptions.optional()),
|
|
91
|
-
stream: core.serialization.boolean(),
|
|
92
|
-
});
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../index";
|
|
5
|
-
import * as Letta from "../../api/index";
|
|
6
|
-
import * as core from "../../core";
|
|
7
|
-
import { ChatCompletionFunctionCallOptionParam } from "./ChatCompletionFunctionCallOptionParam";
|
|
8
|
-
export declare const CompletionCreateParamsStreamingFunctionCall: core.serialization.Schema<serializers.CompletionCreateParamsStreamingFunctionCall.Raw, Letta.CompletionCreateParamsStreamingFunctionCall>;
|
|
9
|
-
export declare namespace CompletionCreateParamsStreamingFunctionCall {
|
|
10
|
-
type Raw = "none" | "auto" | ChatCompletionFunctionCallOptionParam.Raw;
|
|
11
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.CompletionCreateParamsStreamingFunctionCall = void 0;
|
|
40
|
-
const core = __importStar(require("../../core"));
|
|
41
|
-
const ChatCompletionFunctionCallOptionParam_1 = require("./ChatCompletionFunctionCallOptionParam");
|
|
42
|
-
exports.CompletionCreateParamsStreamingFunctionCall = core.serialization.undiscriminatedUnion([
|
|
43
|
-
core.serialization.stringLiteral("none"),
|
|
44
|
-
core.serialization.stringLiteral("auto"),
|
|
45
|
-
ChatCompletionFunctionCallOptionParam_1.ChatCompletionFunctionCallOptionParam,
|
|
46
|
-
]);
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../index";
|
|
5
|
-
import * as Letta from "../../api/index";
|
|
6
|
-
import * as core from "../../core";
|
|
7
|
-
import { ChatCompletionDeveloperMessageParam } from "./ChatCompletionDeveloperMessageParam";
|
|
8
|
-
import { ChatCompletionSystemMessageParam } from "./ChatCompletionSystemMessageParam";
|
|
9
|
-
import { ChatCompletionUserMessageParam } from "./ChatCompletionUserMessageParam";
|
|
10
|
-
import { ChatCompletionAssistantMessageParam } from "./ChatCompletionAssistantMessageParam";
|
|
11
|
-
import { ChatCompletionToolMessageParam } from "./ChatCompletionToolMessageParam";
|
|
12
|
-
import { ChatCompletionFunctionMessageParam } from "./ChatCompletionFunctionMessageParam";
|
|
13
|
-
export declare const CompletionCreateParamsStreamingMessagesItem: core.serialization.Schema<serializers.CompletionCreateParamsStreamingMessagesItem.Raw, Letta.CompletionCreateParamsStreamingMessagesItem>;
|
|
14
|
-
export declare namespace CompletionCreateParamsStreamingMessagesItem {
|
|
15
|
-
type Raw = ChatCompletionDeveloperMessageParam.Raw | ChatCompletionSystemMessageParam.Raw | ChatCompletionUserMessageParam.Raw | ChatCompletionAssistantMessageParam.Raw | ChatCompletionToolMessageParam.Raw | ChatCompletionFunctionMessageParam.Raw;
|
|
16
|
-
}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.CompletionCreateParamsStreamingMessagesItem = void 0;
|
|
40
|
-
const core = __importStar(require("../../core"));
|
|
41
|
-
const ChatCompletionDeveloperMessageParam_1 = require("./ChatCompletionDeveloperMessageParam");
|
|
42
|
-
const ChatCompletionSystemMessageParam_1 = require("./ChatCompletionSystemMessageParam");
|
|
43
|
-
const ChatCompletionUserMessageParam_1 = require("./ChatCompletionUserMessageParam");
|
|
44
|
-
const ChatCompletionAssistantMessageParam_1 = require("./ChatCompletionAssistantMessageParam");
|
|
45
|
-
const ChatCompletionToolMessageParam_1 = require("./ChatCompletionToolMessageParam");
|
|
46
|
-
const ChatCompletionFunctionMessageParam_1 = require("./ChatCompletionFunctionMessageParam");
|
|
47
|
-
exports.CompletionCreateParamsStreamingMessagesItem = core.serialization.undiscriminatedUnion([
|
|
48
|
-
ChatCompletionDeveloperMessageParam_1.ChatCompletionDeveloperMessageParam,
|
|
49
|
-
ChatCompletionSystemMessageParam_1.ChatCompletionSystemMessageParam,
|
|
50
|
-
ChatCompletionUserMessageParam_1.ChatCompletionUserMessageParam,
|
|
51
|
-
ChatCompletionAssistantMessageParam_1.ChatCompletionAssistantMessageParam,
|
|
52
|
-
ChatCompletionToolMessageParam_1.ChatCompletionToolMessageParam,
|
|
53
|
-
ChatCompletionFunctionMessageParam_1.ChatCompletionFunctionMessageParam,
|
|
54
|
-
]);
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../index";
|
|
5
|
-
import * as Letta from "../../api/index";
|
|
6
|
-
import * as core from "../../core";
|
|
7
|
-
export declare const CompletionCreateParamsStreamingModalitiesItem: core.serialization.Schema<serializers.CompletionCreateParamsStreamingModalitiesItem.Raw, Letta.CompletionCreateParamsStreamingModalitiesItem>;
|
|
8
|
-
export declare namespace CompletionCreateParamsStreamingModalitiesItem {
|
|
9
|
-
type Raw = "text" | "audio";
|
|
10
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.CompletionCreateParamsStreamingModalitiesItem = void 0;
|
|
40
|
-
const core = __importStar(require("../../core"));
|
|
41
|
-
exports.CompletionCreateParamsStreamingModalitiesItem = core.serialization.enum_(["text", "audio"]);
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../index";
|
|
5
|
-
import * as Letta from "../../api/index";
|
|
6
|
-
import * as core from "../../core";
|
|
7
|
-
export declare const CompletionCreateParamsStreamingModel: core.serialization.Schema<serializers.CompletionCreateParamsStreamingModel.Raw, Letta.CompletionCreateParamsStreamingModel>;
|
|
8
|
-
export declare namespace CompletionCreateParamsStreamingModel {
|
|
9
|
-
type Raw = string | "gpt-5" | "gpt-5-mini" | "gpt-5-nano" | "gpt-5-2025-08-07" | "gpt-5-mini-2025-08-07" | "gpt-5-nano-2025-08-07" | "gpt-5-chat-latest" | "gpt-4.1" | "gpt-4.1-mini" | "gpt-4.1-nano" | "gpt-4.1-2025-04-14" | "gpt-4.1-mini-2025-04-14" | "gpt-4.1-nano-2025-04-14" | "o4-mini" | "o4-mini-2025-04-16" | "o3" | "o3-2025-04-16" | "o3-mini" | "o3-mini-2025-01-31" | "o1" | "o1-2024-12-17" | "o1-preview" | "o1-preview-2024-09-12" | "o1-mini" | "o1-mini-2024-09-12" | "gpt-4o" | "gpt-4o-2024-11-20" | "gpt-4o-2024-08-06" | "gpt-4o-2024-05-13" | "gpt-4o-audio-preview" | "gpt-4o-audio-preview-2024-10-01" | "gpt-4o-audio-preview-2024-12-17" | "gpt-4o-audio-preview-2025-06-03" | "gpt-4o-mini-audio-preview" | "gpt-4o-mini-audio-preview-2024-12-17" | "gpt-4o-search-preview" | "gpt-4o-mini-search-preview" | "gpt-4o-search-preview-2025-03-11" | "gpt-4o-mini-search-preview-2025-03-11" | "chatgpt-4o-latest" | "codex-mini-latest" | "gpt-4o-mini" | "gpt-4o-mini-2024-07-18" | "gpt-4-turbo" | "gpt-4-turbo-2024-04-09" | "gpt-4-0125-preview" | "gpt-4-turbo-preview" | "gpt-4-1106-preview" | "gpt-4-vision-preview" | "gpt-4" | "gpt-4-0314" | "gpt-4-0613" | "gpt-4-32k" | "gpt-4-32k-0314" | "gpt-4-32k-0613" | "gpt-3.5-turbo" | "gpt-3.5-turbo-16k" | "gpt-3.5-turbo-0301" | "gpt-3.5-turbo-0613" | "gpt-3.5-turbo-1106" | "gpt-3.5-turbo-0125" | "gpt-3.5-turbo-16k-0613";
|
|
10
|
-
}
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.CompletionCreateParamsStreamingModel = void 0;
|
|
40
|
-
const core = __importStar(require("../../core"));
|
|
41
|
-
exports.CompletionCreateParamsStreamingModel = core.serialization.undiscriminatedUnion([
|
|
42
|
-
core.serialization.string(),
|
|
43
|
-
core.serialization.stringLiteral("gpt-5"),
|
|
44
|
-
core.serialization.stringLiteral("gpt-5-mini"),
|
|
45
|
-
core.serialization.stringLiteral("gpt-5-nano"),
|
|
46
|
-
core.serialization.stringLiteral("gpt-5-2025-08-07"),
|
|
47
|
-
core.serialization.stringLiteral("gpt-5-mini-2025-08-07"),
|
|
48
|
-
core.serialization.stringLiteral("gpt-5-nano-2025-08-07"),
|
|
49
|
-
core.serialization.stringLiteral("gpt-5-chat-latest"),
|
|
50
|
-
core.serialization.stringLiteral("gpt-4.1"),
|
|
51
|
-
core.serialization.stringLiteral("gpt-4.1-mini"),
|
|
52
|
-
core.serialization.stringLiteral("gpt-4.1-nano"),
|
|
53
|
-
core.serialization.stringLiteral("gpt-4.1-2025-04-14"),
|
|
54
|
-
core.serialization.stringLiteral("gpt-4.1-mini-2025-04-14"),
|
|
55
|
-
core.serialization.stringLiteral("gpt-4.1-nano-2025-04-14"),
|
|
56
|
-
core.serialization.stringLiteral("o4-mini"),
|
|
57
|
-
core.serialization.stringLiteral("o4-mini-2025-04-16"),
|
|
58
|
-
core.serialization.stringLiteral("o3"),
|
|
59
|
-
core.serialization.stringLiteral("o3-2025-04-16"),
|
|
60
|
-
core.serialization.stringLiteral("o3-mini"),
|
|
61
|
-
core.serialization.stringLiteral("o3-mini-2025-01-31"),
|
|
62
|
-
core.serialization.stringLiteral("o1"),
|
|
63
|
-
core.serialization.stringLiteral("o1-2024-12-17"),
|
|
64
|
-
core.serialization.stringLiteral("o1-preview"),
|
|
65
|
-
core.serialization.stringLiteral("o1-preview-2024-09-12"),
|
|
66
|
-
core.serialization.stringLiteral("o1-mini"),
|
|
67
|
-
core.serialization.stringLiteral("o1-mini-2024-09-12"),
|
|
68
|
-
core.serialization.stringLiteral("gpt-4o"),
|
|
69
|
-
core.serialization.stringLiteral("gpt-4o-2024-11-20"),
|
|
70
|
-
core.serialization.stringLiteral("gpt-4o-2024-08-06"),
|
|
71
|
-
core.serialization.stringLiteral("gpt-4o-2024-05-13"),
|
|
72
|
-
core.serialization.stringLiteral("gpt-4o-audio-preview"),
|
|
73
|
-
core.serialization.stringLiteral("gpt-4o-audio-preview-2024-10-01"),
|
|
74
|
-
core.serialization.stringLiteral("gpt-4o-audio-preview-2024-12-17"),
|
|
75
|
-
core.serialization.stringLiteral("gpt-4o-audio-preview-2025-06-03"),
|
|
76
|
-
core.serialization.stringLiteral("gpt-4o-mini-audio-preview"),
|
|
77
|
-
core.serialization.stringLiteral("gpt-4o-mini-audio-preview-2024-12-17"),
|
|
78
|
-
core.serialization.stringLiteral("gpt-4o-search-preview"),
|
|
79
|
-
core.serialization.stringLiteral("gpt-4o-mini-search-preview"),
|
|
80
|
-
core.serialization.stringLiteral("gpt-4o-search-preview-2025-03-11"),
|
|
81
|
-
core.serialization.stringLiteral("gpt-4o-mini-search-preview-2025-03-11"),
|
|
82
|
-
core.serialization.stringLiteral("chatgpt-4o-latest"),
|
|
83
|
-
core.serialization.stringLiteral("codex-mini-latest"),
|
|
84
|
-
core.serialization.stringLiteral("gpt-4o-mini"),
|
|
85
|
-
core.serialization.stringLiteral("gpt-4o-mini-2024-07-18"),
|
|
86
|
-
core.serialization.stringLiteral("gpt-4-turbo"),
|
|
87
|
-
core.serialization.stringLiteral("gpt-4-turbo-2024-04-09"),
|
|
88
|
-
core.serialization.stringLiteral("gpt-4-0125-preview"),
|
|
89
|
-
core.serialization.stringLiteral("gpt-4-turbo-preview"),
|
|
90
|
-
core.serialization.stringLiteral("gpt-4-1106-preview"),
|
|
91
|
-
core.serialization.stringLiteral("gpt-4-vision-preview"),
|
|
92
|
-
core.serialization.stringLiteral("gpt-4"),
|
|
93
|
-
core.serialization.stringLiteral("gpt-4-0314"),
|
|
94
|
-
core.serialization.stringLiteral("gpt-4-0613"),
|
|
95
|
-
core.serialization.stringLiteral("gpt-4-32k"),
|
|
96
|
-
core.serialization.stringLiteral("gpt-4-32k-0314"),
|
|
97
|
-
core.serialization.stringLiteral("gpt-4-32k-0613"),
|
|
98
|
-
core.serialization.stringLiteral("gpt-3.5-turbo"),
|
|
99
|
-
core.serialization.stringLiteral("gpt-3.5-turbo-16k"),
|
|
100
|
-
core.serialization.stringLiteral("gpt-3.5-turbo-0301"),
|
|
101
|
-
core.serialization.stringLiteral("gpt-3.5-turbo-0613"),
|
|
102
|
-
core.serialization.stringLiteral("gpt-3.5-turbo-1106"),
|
|
103
|
-
core.serialization.stringLiteral("gpt-3.5-turbo-0125"),
|
|
104
|
-
core.serialization.stringLiteral("gpt-3.5-turbo-16k-0613"),
|
|
105
|
-
]);
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../index";
|
|
5
|
-
import * as Letta from "../../api/index";
|
|
6
|
-
import * as core from "../../core";
|
|
7
|
-
export declare const CompletionCreateParamsStreamingReasoningEffort: core.serialization.Schema<serializers.CompletionCreateParamsStreamingReasoningEffort.Raw, Letta.CompletionCreateParamsStreamingReasoningEffort>;
|
|
8
|
-
export declare namespace CompletionCreateParamsStreamingReasoningEffort {
|
|
9
|
-
type Raw = "minimal" | "low" | "medium" | "high";
|
|
10
|
-
}
|