@letta-ai/letta-client 0.0.68660 → 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.
Files changed (867) hide show
  1. package/api/resources/agents/client/Client.js +9 -9
  2. package/api/resources/agents/resources/blocks/client/Client.js +5 -5
  3. package/api/resources/agents/resources/context/client/Client.js +1 -1
  4. package/api/resources/agents/resources/coreMemory/client/Client.js +1 -1
  5. package/api/resources/agents/resources/files/client/Client.js +4 -4
  6. package/api/resources/agents/resources/folders/client/Client.js +3 -3
  7. package/api/resources/agents/resources/groups/client/Client.js +1 -1
  8. package/api/resources/agents/resources/memoryVariables/client/Client.js +1 -1
  9. package/api/resources/agents/resources/messages/client/Client.js +10 -10
  10. package/api/resources/agents/resources/passages/client/Client.js +5 -5
  11. package/api/resources/agents/resources/sources/client/Client.js +3 -3
  12. package/api/resources/agents/resources/templates/client/Client.js +3 -3
  13. package/api/resources/agents/resources/tools/client/Client.js +4 -4
  14. package/api/resources/archives/client/Client.js +3 -3
  15. package/api/resources/batches/client/Client.js +4 -4
  16. package/api/resources/batches/resources/messages/client/Client.js +1 -1
  17. package/api/resources/blocks/client/Client.js +6 -6
  18. package/api/resources/blocks/resources/agents/client/Client.js +1 -1
  19. package/api/resources/clientSideAccessTokens/client/Client.js +3 -3
  20. package/api/resources/folders/client/Client.js +8 -8
  21. package/api/resources/folders/resources/agents/client/Client.js +1 -1
  22. package/api/resources/folders/resources/files/client/Client.js +3 -3
  23. package/api/resources/folders/resources/passages/client/Client.js +1 -1
  24. package/api/resources/groups/client/Client.js +6 -6
  25. package/api/resources/groups/resources/messages/client/Client.js +5 -5
  26. package/api/resources/health/client/Client.js +1 -1
  27. package/api/resources/identities/client/Client.js +7 -7
  28. package/api/resources/identities/resources/agents/client/Client.js +1 -1
  29. package/api/resources/identities/resources/blocks/client/Client.js +1 -1
  30. package/api/resources/identities/resources/properties/client/Client.js +1 -1
  31. package/api/resources/jobs/client/Client.js +5 -5
  32. package/api/resources/models/client/Client.js +2 -2
  33. package/api/resources/models/resources/embeddings/client/Client.js +1 -1
  34. package/api/resources/projects/client/Client.js +1 -1
  35. package/api/resources/providers/client/Client.js +6 -6
  36. package/api/resources/runs/client/Client.js +5 -5
  37. package/api/resources/runs/resources/messages/client/Client.js +1 -1
  38. package/api/resources/runs/resources/steps/client/Client.js +1 -1
  39. package/api/resources/runs/resources/usage/client/Client.js +1 -1
  40. package/api/resources/sources/client/Client.js +10 -10
  41. package/api/resources/sources/resources/files/client/Client.js +3 -3
  42. package/api/resources/sources/resources/passages/client/Client.js +1 -1
  43. package/api/resources/steps/client/Client.js +2 -2
  44. package/api/resources/steps/resources/feedback/client/Client.js +1 -1
  45. package/api/resources/steps/resources/messages/client/Client.js +1 -1
  46. package/api/resources/steps/resources/metrics/client/Client.js +1 -1
  47. package/api/resources/steps/resources/trace/client/Client.js +1 -1
  48. package/api/resources/tags/client/Client.js +1 -1
  49. package/api/resources/telemetry/client/Client.js +1 -1
  50. package/api/resources/templates/client/Client.js +11 -11
  51. package/api/resources/templates/resources/agents/client/Client.js +1 -1
  52. package/api/resources/tools/client/Client.js +20 -20
  53. package/api/resources/voice/client/Client.js +1 -1
  54. package/{dist/api/types/ChatCompletionMessageFunctionToolCallOutput.d.ts → api/types/ChatCompletionMessageFunctionToolCall.d.ts} +2 -2
  55. package/{dist/api/types/FunctionOutput.d.ts → api/types/Function.d.ts} +1 -1
  56. package/api/types/{FunctionDefinitionOutput.d.ts → FunctionDefinition.d.ts} +1 -1
  57. package/api/types/FunctionTool.d.ts +1 -1
  58. package/api/types/LettaSchemasAgentFileMessageSchema.d.ts +1 -1
  59. package/api/types/Message.d.ts +1 -1
  60. package/api/types/index.d.ts +3 -91
  61. package/api/types/index.js +3 -91
  62. package/dist/api/resources/agents/client/Client.js +9 -9
  63. package/dist/api/resources/agents/resources/blocks/client/Client.js +5 -5
  64. package/dist/api/resources/agents/resources/context/client/Client.js +1 -1
  65. package/dist/api/resources/agents/resources/coreMemory/client/Client.js +1 -1
  66. package/dist/api/resources/agents/resources/files/client/Client.js +4 -4
  67. package/dist/api/resources/agents/resources/folders/client/Client.js +3 -3
  68. package/dist/api/resources/agents/resources/groups/client/Client.js +1 -1
  69. package/dist/api/resources/agents/resources/memoryVariables/client/Client.js +1 -1
  70. package/dist/api/resources/agents/resources/messages/client/Client.js +10 -10
  71. package/dist/api/resources/agents/resources/passages/client/Client.js +5 -5
  72. package/dist/api/resources/agents/resources/sources/client/Client.js +3 -3
  73. package/dist/api/resources/agents/resources/templates/client/Client.js +3 -3
  74. package/dist/api/resources/agents/resources/tools/client/Client.js +4 -4
  75. package/dist/api/resources/archives/client/Client.js +3 -3
  76. package/dist/api/resources/batches/client/Client.js +4 -4
  77. package/dist/api/resources/batches/resources/messages/client/Client.js +1 -1
  78. package/dist/api/resources/blocks/client/Client.js +6 -6
  79. package/dist/api/resources/blocks/resources/agents/client/Client.js +1 -1
  80. package/dist/api/resources/clientSideAccessTokens/client/Client.js +3 -3
  81. package/dist/api/resources/folders/client/Client.js +8 -8
  82. package/dist/api/resources/folders/resources/agents/client/Client.js +1 -1
  83. package/dist/api/resources/folders/resources/files/client/Client.js +3 -3
  84. package/dist/api/resources/folders/resources/passages/client/Client.js +1 -1
  85. package/dist/api/resources/groups/client/Client.js +6 -6
  86. package/dist/api/resources/groups/resources/messages/client/Client.js +5 -5
  87. package/dist/api/resources/health/client/Client.js +1 -1
  88. package/dist/api/resources/identities/client/Client.js +7 -7
  89. package/dist/api/resources/identities/resources/agents/client/Client.js +1 -1
  90. package/dist/api/resources/identities/resources/blocks/client/Client.js +1 -1
  91. package/dist/api/resources/identities/resources/properties/client/Client.js +1 -1
  92. package/dist/api/resources/jobs/client/Client.js +5 -5
  93. package/dist/api/resources/models/client/Client.js +2 -2
  94. package/dist/api/resources/models/resources/embeddings/client/Client.js +1 -1
  95. package/dist/api/resources/projects/client/Client.js +1 -1
  96. package/dist/api/resources/providers/client/Client.js +6 -6
  97. package/dist/api/resources/runs/client/Client.js +5 -5
  98. package/dist/api/resources/runs/resources/messages/client/Client.js +1 -1
  99. package/dist/api/resources/runs/resources/steps/client/Client.js +1 -1
  100. package/dist/api/resources/runs/resources/usage/client/Client.js +1 -1
  101. package/dist/api/resources/sources/client/Client.js +10 -10
  102. package/dist/api/resources/sources/resources/files/client/Client.js +3 -3
  103. package/dist/api/resources/sources/resources/passages/client/Client.js +1 -1
  104. package/dist/api/resources/steps/client/Client.js +2 -2
  105. package/dist/api/resources/steps/resources/feedback/client/Client.js +1 -1
  106. package/dist/api/resources/steps/resources/messages/client/Client.js +1 -1
  107. package/dist/api/resources/steps/resources/metrics/client/Client.js +1 -1
  108. package/dist/api/resources/steps/resources/trace/client/Client.js +1 -1
  109. package/dist/api/resources/tags/client/Client.js +1 -1
  110. package/dist/api/resources/telemetry/client/Client.js +1 -1
  111. package/dist/api/resources/templates/client/Client.js +11 -11
  112. package/dist/api/resources/templates/resources/agents/client/Client.js +1 -1
  113. package/dist/api/resources/tools/client/Client.js +20 -20
  114. package/dist/api/resources/voice/client/Client.js +1 -1
  115. package/{api/types/ChatCompletionMessageFunctionToolCallOutput.d.ts → dist/api/types/ChatCompletionMessageFunctionToolCall.d.ts} +2 -2
  116. package/{api/types/FunctionOutput.d.ts → dist/api/types/Function.d.ts} +1 -1
  117. package/dist/api/types/{FunctionDefinitionOutput.d.ts → FunctionDefinition.d.ts} +1 -1
  118. package/dist/api/types/FunctionTool.d.ts +1 -1
  119. package/dist/api/types/LettaSchemasAgentFileMessageSchema.d.ts +1 -1
  120. package/dist/api/types/Message.d.ts +1 -1
  121. package/dist/api/types/index.d.ts +3 -91
  122. package/dist/api/types/index.js +3 -91
  123. package/dist/serialization/types/ChatCompletionMessageFunctionToolCall.d.ts +16 -0
  124. package/dist/serialization/types/{ChatCompletionMessageFunctionToolCallOutput.js → ChatCompletionMessageFunctionToolCall.js} +4 -4
  125. package/dist/serialization/types/{FunctionOutput.d.ts → Function.d.ts} +2 -2
  126. package/dist/serialization/types/{FunctionOutput.js → Function.js} +2 -2
  127. package/dist/serialization/types/{FunctionDefinitionOutput.d.ts → FunctionDefinition.d.ts} +2 -2
  128. package/dist/serialization/types/{FunctionDefinitionOutput.js → FunctionDefinition.js} +2 -2
  129. package/dist/serialization/types/FunctionTool.d.ts +2 -2
  130. package/dist/serialization/types/FunctionTool.js +2 -2
  131. package/dist/serialization/types/LettaSchemasAgentFileMessageSchema.d.ts +2 -2
  132. package/dist/serialization/types/LettaSchemasAgentFileMessageSchema.js +2 -2
  133. package/dist/serialization/types/Message.d.ts +2 -2
  134. package/dist/serialization/types/Message.js +2 -2
  135. package/dist/serialization/types/index.d.ts +3 -91
  136. package/dist/serialization/types/index.js +3 -91
  137. package/dist/version.d.ts +1 -1
  138. package/dist/version.js +1 -1
  139. package/package.json +1 -1
  140. package/serialization/types/ChatCompletionMessageFunctionToolCall.d.ts +16 -0
  141. package/serialization/types/{ChatCompletionMessageFunctionToolCallOutput.js → ChatCompletionMessageFunctionToolCall.js} +4 -4
  142. package/serialization/types/{FunctionOutput.d.ts → Function.d.ts} +2 -2
  143. package/serialization/types/{FunctionOutput.js → Function.js} +2 -2
  144. package/serialization/types/{FunctionDefinitionOutput.d.ts → FunctionDefinition.d.ts} +2 -2
  145. package/serialization/types/{FunctionDefinitionOutput.js → FunctionDefinition.js} +2 -2
  146. package/serialization/types/FunctionTool.d.ts +2 -2
  147. package/serialization/types/FunctionTool.js +2 -2
  148. package/serialization/types/LettaSchemasAgentFileMessageSchema.d.ts +2 -2
  149. package/serialization/types/LettaSchemasAgentFileMessageSchema.js +2 -2
  150. package/serialization/types/Message.d.ts +2 -2
  151. package/serialization/types/Message.js +2 -2
  152. package/serialization/types/index.d.ts +3 -91
  153. package/serialization/types/index.js +3 -91
  154. package/version.d.ts +1 -1
  155. package/version.js +1 -1
  156. package/api/types/Audio.d.ts +0 -6
  157. package/api/types/ChatCompletionAllowedToolChoiceParam.d.ts +0 -8
  158. package/api/types/ChatCompletionAllowedToolsParam.d.ts +0 -8
  159. package/api/types/ChatCompletionAllowedToolsParamMode.d.ts +0 -8
  160. package/api/types/ChatCompletionAllowedToolsParamMode.js +0 -10
  161. package/api/types/ChatCompletionAssistantMessageParam.d.ts +0 -13
  162. package/api/types/ChatCompletionAssistantMessageParamContent.d.ts +0 -5
  163. package/api/types/ChatCompletionAssistantMessageParamContentItem.d.ts +0 -5
  164. package/api/types/ChatCompletionAssistantMessageParamToolCallsItem.d.ts +0 -5
  165. package/api/types/ChatCompletionAssistantMessageParamToolCallsItem.js +0 -5
  166. package/api/types/ChatCompletionAudioParam.d.ts +0 -8
  167. package/api/types/ChatCompletionAudioParam.js +0 -5
  168. package/api/types/ChatCompletionAudioParamFormat.d.ts +0 -12
  169. package/api/types/ChatCompletionAudioParamFormat.js +0 -14
  170. package/api/types/ChatCompletionAudioParamVoice.d.ts +0 -4
  171. package/api/types/ChatCompletionAudioParamVoice.js +0 -5
  172. package/api/types/ChatCompletionContentPartImageParam.d.ts +0 -8
  173. package/api/types/ChatCompletionContentPartImageParam.js +0 -5
  174. package/api/types/ChatCompletionContentPartInputAudioParam.d.ts +0 -8
  175. package/api/types/ChatCompletionContentPartInputAudioParam.js +0 -5
  176. package/api/types/ChatCompletionContentPartRefusalParam.d.ts +0 -7
  177. package/api/types/ChatCompletionContentPartRefusalParam.js +0 -5
  178. package/api/types/ChatCompletionContentPartTextParam.d.ts +0 -7
  179. package/api/types/ChatCompletionContentPartTextParam.js +0 -5
  180. package/api/types/ChatCompletionCustomToolParam.d.ts +0 -8
  181. package/api/types/ChatCompletionCustomToolParam.js +0 -5
  182. package/api/types/ChatCompletionDeveloperMessageParam.d.ts +0 -9
  183. package/api/types/ChatCompletionDeveloperMessageParam.js +0 -5
  184. package/api/types/ChatCompletionDeveloperMessageParamContent.d.ts +0 -5
  185. package/api/types/ChatCompletionDeveloperMessageParamContent.js +0 -5
  186. package/api/types/ChatCompletionFunctionCallOptionParam.d.ts +0 -6
  187. package/api/types/ChatCompletionFunctionCallOptionParam.js +0 -5
  188. package/api/types/ChatCompletionFunctionMessageParam.d.ts +0 -8
  189. package/api/types/ChatCompletionFunctionMessageParam.js +0 -5
  190. package/api/types/ChatCompletionFunctionToolParam.d.ts +0 -8
  191. package/api/types/ChatCompletionFunctionToolParam.js +0 -5
  192. package/api/types/ChatCompletionMessageCustomToolCallParam.d.ts +0 -9
  193. package/api/types/ChatCompletionMessageCustomToolCallParam.js +0 -5
  194. package/api/types/ChatCompletionMessageFunctionToolCallInput.d.ts +0 -11
  195. package/api/types/ChatCompletionMessageFunctionToolCallInput.js +0 -5
  196. package/api/types/ChatCompletionMessageFunctionToolCallOutput.js +0 -5
  197. package/api/types/ChatCompletionMessageFunctionToolCallParam.d.ts +0 -9
  198. package/api/types/ChatCompletionMessageFunctionToolCallParam.js +0 -5
  199. package/api/types/ChatCompletionNamedToolChoiceCustomParam.d.ts +0 -8
  200. package/api/types/ChatCompletionNamedToolChoiceCustomParam.js +0 -5
  201. package/api/types/ChatCompletionNamedToolChoiceParam.d.ts +0 -8
  202. package/api/types/ChatCompletionNamedToolChoiceParam.js +0 -5
  203. package/api/types/ChatCompletionPredictionContentParam.d.ts +0 -8
  204. package/api/types/ChatCompletionPredictionContentParam.js +0 -5
  205. package/api/types/ChatCompletionPredictionContentParamContent.d.ts +0 -5
  206. package/api/types/ChatCompletionPredictionContentParamContent.js +0 -5
  207. package/api/types/ChatCompletionStreamOptionsParam.d.ts +0 -7
  208. package/api/types/ChatCompletionStreamOptionsParam.js +0 -5
  209. package/api/types/ChatCompletionSystemMessageParam.d.ts +0 -9
  210. package/api/types/ChatCompletionSystemMessageParam.js +0 -5
  211. package/api/types/ChatCompletionSystemMessageParamContent.d.ts +0 -5
  212. package/api/types/ChatCompletionSystemMessageParamContent.js +0 -5
  213. package/api/types/ChatCompletionToolMessageParam.d.ts +0 -9
  214. package/api/types/ChatCompletionToolMessageParam.js +0 -5
  215. package/api/types/ChatCompletionToolMessageParamContent.d.ts +0 -5
  216. package/api/types/ChatCompletionToolMessageParamContent.js +0 -5
  217. package/api/types/ChatCompletionUserMessageParam.d.ts +0 -9
  218. package/api/types/ChatCompletionUserMessageParam.js +0 -5
  219. package/api/types/ChatCompletionUserMessageParamContent.d.ts +0 -5
  220. package/api/types/ChatCompletionUserMessageParamContent.js +0 -5
  221. package/api/types/ChatCompletionUserMessageParamContentItem.d.ts +0 -5
  222. package/api/types/ChatCompletionUserMessageParamContentItem.js +0 -5
  223. package/api/types/CompletionCreateParamsNonStreaming.d.ts +0 -40
  224. package/api/types/CompletionCreateParamsNonStreaming.js +0 -5
  225. package/api/types/CompletionCreateParamsNonStreamingFunctionCall.d.ts +0 -5
  226. package/api/types/CompletionCreateParamsNonStreamingFunctionCall.js +0 -5
  227. package/api/types/CompletionCreateParamsNonStreamingMessagesItem.d.ts +0 -5
  228. package/api/types/CompletionCreateParamsNonStreamingMessagesItem.js +0 -5
  229. package/api/types/CompletionCreateParamsNonStreamingModalitiesItem.d.ts +0 -8
  230. package/api/types/CompletionCreateParamsNonStreamingModalitiesItem.js +0 -10
  231. package/api/types/CompletionCreateParamsNonStreamingModel.d.ts +0 -4
  232. package/api/types/CompletionCreateParamsNonStreamingModel.js +0 -5
  233. package/api/types/CompletionCreateParamsNonStreamingReasoningEffort.d.ts +0 -10
  234. package/api/types/CompletionCreateParamsNonStreamingReasoningEffort.js +0 -12
  235. package/api/types/CompletionCreateParamsNonStreamingResponseFormat.d.ts +0 -5
  236. package/api/types/CompletionCreateParamsNonStreamingResponseFormat.js +0 -5
  237. package/api/types/CompletionCreateParamsNonStreamingServiceTier.d.ts +0 -11
  238. package/api/types/CompletionCreateParamsNonStreamingServiceTier.js +0 -13
  239. package/api/types/CompletionCreateParamsNonStreamingStop.d.ts +0 -4
  240. package/api/types/CompletionCreateParamsNonStreamingStop.js +0 -5
  241. package/api/types/CompletionCreateParamsNonStreamingToolChoice.d.ts +0 -5
  242. package/api/types/CompletionCreateParamsNonStreamingToolChoice.js +0 -5
  243. package/api/types/CompletionCreateParamsNonStreamingToolsItem.d.ts +0 -5
  244. package/api/types/CompletionCreateParamsNonStreamingToolsItem.js +0 -5
  245. package/api/types/CompletionCreateParamsNonStreamingVerbosity.d.ts +0 -9
  246. package/api/types/CompletionCreateParamsNonStreamingVerbosity.js +0 -11
  247. package/api/types/CompletionCreateParamsStreaming.d.ts +0 -40
  248. package/api/types/CompletionCreateParamsStreaming.js +0 -5
  249. package/api/types/CompletionCreateParamsStreamingFunctionCall.d.ts +0 -5
  250. package/api/types/CompletionCreateParamsStreamingFunctionCall.js +0 -5
  251. package/api/types/CompletionCreateParamsStreamingMessagesItem.d.ts +0 -5
  252. package/api/types/CompletionCreateParamsStreamingMessagesItem.js +0 -5
  253. package/api/types/CompletionCreateParamsStreamingModalitiesItem.d.ts +0 -8
  254. package/api/types/CompletionCreateParamsStreamingModalitiesItem.js +0 -10
  255. package/api/types/CompletionCreateParamsStreamingModel.d.ts +0 -4
  256. package/api/types/CompletionCreateParamsStreamingModel.js +0 -5
  257. package/api/types/CompletionCreateParamsStreamingReasoningEffort.d.ts +0 -10
  258. package/api/types/CompletionCreateParamsStreamingReasoningEffort.js +0 -12
  259. package/api/types/CompletionCreateParamsStreamingResponseFormat.d.ts +0 -5
  260. package/api/types/CompletionCreateParamsStreamingResponseFormat.js +0 -5
  261. package/api/types/CompletionCreateParamsStreamingServiceTier.d.ts +0 -11
  262. package/api/types/CompletionCreateParamsStreamingServiceTier.js +0 -13
  263. package/api/types/CompletionCreateParamsStreamingStop.d.ts +0 -4
  264. package/api/types/CompletionCreateParamsStreamingStop.js +0 -5
  265. package/api/types/CompletionCreateParamsStreamingToolChoice.d.ts +0 -5
  266. package/api/types/CompletionCreateParamsStreamingToolChoice.js +0 -5
  267. package/api/types/CompletionCreateParamsStreamingToolsItem.d.ts +0 -5
  268. package/api/types/CompletionCreateParamsStreamingToolsItem.js +0 -5
  269. package/api/types/CompletionCreateParamsStreamingVerbosity.d.ts +0 -9
  270. package/api/types/CompletionCreateParamsStreamingVerbosity.js +0 -11
  271. package/api/types/CustomFormatGrammar.d.ts +0 -8
  272. package/api/types/CustomFormatGrammar.js +0 -5
  273. package/api/types/CustomFormatGrammarGrammar.d.ts +0 -8
  274. package/api/types/CustomFormatGrammarGrammar.js +0 -5
  275. package/api/types/CustomFormatGrammarGrammarSyntax.d.ts +0 -8
  276. package/api/types/CustomFormatGrammarGrammarSyntax.js +0 -10
  277. package/api/types/CustomFormatText.d.ts +0 -6
  278. package/api/types/CustomFormatText.js +0 -5
  279. package/api/types/FileFile.d.ts +0 -8
  280. package/api/types/FileFile.js +0 -5
  281. package/api/types/File_.d.ts +0 -8
  282. package/api/types/File_.js +0 -5
  283. package/api/types/FunctionCall.d.ts +0 -7
  284. package/api/types/FunctionCall.js +0 -5
  285. package/api/types/FunctionDefinitionInput.d.ts +0 -9
  286. package/api/types/FunctionDefinitionInput.js +0 -5
  287. package/api/types/FunctionDefinitionOutput.js +0 -5
  288. package/api/types/FunctionOutput.js +0 -5
  289. package/api/types/ImageUrl.d.ts +0 -8
  290. package/api/types/ImageUrl.js +0 -5
  291. package/api/types/ImageUrlDetail.d.ts +0 -9
  292. package/api/types/ImageUrlDetail.js +0 -11
  293. package/api/types/InputAudio.d.ts +0 -8
  294. package/api/types/InputAudio.js +0 -5
  295. package/api/types/InputAudioFormat.d.ts +0 -8
  296. package/api/types/InputAudioFormat.js +0 -10
  297. package/api/types/JsonSchema.d.ts +0 -9
  298. package/api/types/JsonSchema.js +0 -5
  299. package/api/types/OpenaiTypesChatChatCompletionCustomToolParamCustom.d.ts +0 -9
  300. package/api/types/OpenaiTypesChatChatCompletionCustomToolParamCustom.js +0 -5
  301. package/api/types/OpenaiTypesChatChatCompletionCustomToolParamCustomFormat.d.ts +0 -5
  302. package/api/types/OpenaiTypesChatChatCompletionCustomToolParamCustomFormat.js +0 -5
  303. package/api/types/OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom.d.ts +0 -7
  304. package/api/types/OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom.js +0 -5
  305. package/api/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction.d.ts +0 -9
  306. package/api/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction.js +0 -5
  307. package/api/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction.d.ts +0 -7
  308. package/api/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction.js +0 -5
  309. package/api/types/OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom.d.ts +0 -6
  310. package/api/types/OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom.js +0 -5
  311. package/api/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.d.ts +0 -6
  312. package/api/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.js +0 -5
  313. package/api/types/OpenaiTypesChatCompletionCreateParamsFunction.d.ts +0 -8
  314. package/api/types/OpenaiTypesChatCompletionCreateParamsFunction.js +0 -5
  315. package/api/types/ResponseFormatJsonObject.d.ts +0 -6
  316. package/api/types/ResponseFormatJsonObject.js +0 -5
  317. package/api/types/ResponseFormatJsonSchema.d.ts +0 -8
  318. package/api/types/ResponseFormatJsonSchema.js +0 -5
  319. package/api/types/ResponseFormatText.d.ts +0 -6
  320. package/api/types/ResponseFormatText.js +0 -5
  321. package/api/types/WebSearchOptions.d.ts +0 -8
  322. package/api/types/WebSearchOptions.js +0 -5
  323. package/api/types/WebSearchOptionsSearchContextSize.d.ts +0 -9
  324. package/api/types/WebSearchOptionsSearchContextSize.js +0 -11
  325. package/api/types/WebSearchOptionsUserLocation.d.ts +0 -8
  326. package/api/types/WebSearchOptionsUserLocation.js +0 -5
  327. package/api/types/WebSearchOptionsUserLocationApproximate.d.ts +0 -9
  328. package/api/types/WebSearchOptionsUserLocationApproximate.js +0 -5
  329. package/dist/api/types/Audio.d.ts +0 -6
  330. package/dist/api/types/Audio.js +0 -5
  331. package/dist/api/types/ChatCompletionAllowedToolChoiceParam.d.ts +0 -8
  332. package/dist/api/types/ChatCompletionAllowedToolChoiceParam.js +0 -5
  333. package/dist/api/types/ChatCompletionAllowedToolsParam.d.ts +0 -8
  334. package/dist/api/types/ChatCompletionAllowedToolsParam.js +0 -5
  335. package/dist/api/types/ChatCompletionAllowedToolsParamMode.d.ts +0 -8
  336. package/dist/api/types/ChatCompletionAllowedToolsParamMode.js +0 -10
  337. package/dist/api/types/ChatCompletionAssistantMessageParam.d.ts +0 -13
  338. package/dist/api/types/ChatCompletionAssistantMessageParam.js +0 -5
  339. package/dist/api/types/ChatCompletionAssistantMessageParamContent.d.ts +0 -5
  340. package/dist/api/types/ChatCompletionAssistantMessageParamContent.js +0 -5
  341. package/dist/api/types/ChatCompletionAssistantMessageParamContentItem.d.ts +0 -5
  342. package/dist/api/types/ChatCompletionAssistantMessageParamContentItem.js +0 -5
  343. package/dist/api/types/ChatCompletionAssistantMessageParamToolCallsItem.d.ts +0 -5
  344. package/dist/api/types/ChatCompletionAssistantMessageParamToolCallsItem.js +0 -5
  345. package/dist/api/types/ChatCompletionAudioParam.d.ts +0 -8
  346. package/dist/api/types/ChatCompletionAudioParam.js +0 -5
  347. package/dist/api/types/ChatCompletionAudioParamFormat.d.ts +0 -12
  348. package/dist/api/types/ChatCompletionAudioParamFormat.js +0 -14
  349. package/dist/api/types/ChatCompletionAudioParamVoice.d.ts +0 -4
  350. package/dist/api/types/ChatCompletionAudioParamVoice.js +0 -5
  351. package/dist/api/types/ChatCompletionContentPartImageParam.d.ts +0 -8
  352. package/dist/api/types/ChatCompletionContentPartImageParam.js +0 -5
  353. package/dist/api/types/ChatCompletionContentPartInputAudioParam.d.ts +0 -8
  354. package/dist/api/types/ChatCompletionContentPartInputAudioParam.js +0 -5
  355. package/dist/api/types/ChatCompletionContentPartRefusalParam.d.ts +0 -7
  356. package/dist/api/types/ChatCompletionContentPartRefusalParam.js +0 -5
  357. package/dist/api/types/ChatCompletionContentPartTextParam.d.ts +0 -7
  358. package/dist/api/types/ChatCompletionContentPartTextParam.js +0 -5
  359. package/dist/api/types/ChatCompletionCustomToolParam.d.ts +0 -8
  360. package/dist/api/types/ChatCompletionCustomToolParam.js +0 -5
  361. package/dist/api/types/ChatCompletionDeveloperMessageParam.d.ts +0 -9
  362. package/dist/api/types/ChatCompletionDeveloperMessageParam.js +0 -5
  363. package/dist/api/types/ChatCompletionDeveloperMessageParamContent.d.ts +0 -5
  364. package/dist/api/types/ChatCompletionDeveloperMessageParamContent.js +0 -5
  365. package/dist/api/types/ChatCompletionFunctionCallOptionParam.d.ts +0 -6
  366. package/dist/api/types/ChatCompletionFunctionCallOptionParam.js +0 -5
  367. package/dist/api/types/ChatCompletionFunctionMessageParam.d.ts +0 -8
  368. package/dist/api/types/ChatCompletionFunctionMessageParam.js +0 -5
  369. package/dist/api/types/ChatCompletionFunctionToolParam.d.ts +0 -8
  370. package/dist/api/types/ChatCompletionFunctionToolParam.js +0 -5
  371. package/dist/api/types/ChatCompletionMessageCustomToolCallParam.d.ts +0 -9
  372. package/dist/api/types/ChatCompletionMessageCustomToolCallParam.js +0 -5
  373. package/dist/api/types/ChatCompletionMessageFunctionToolCallInput.d.ts +0 -11
  374. package/dist/api/types/ChatCompletionMessageFunctionToolCallInput.js +0 -5
  375. package/dist/api/types/ChatCompletionMessageFunctionToolCallOutput.js +0 -5
  376. package/dist/api/types/ChatCompletionMessageFunctionToolCallParam.d.ts +0 -9
  377. package/dist/api/types/ChatCompletionMessageFunctionToolCallParam.js +0 -5
  378. package/dist/api/types/ChatCompletionNamedToolChoiceCustomParam.d.ts +0 -8
  379. package/dist/api/types/ChatCompletionNamedToolChoiceCustomParam.js +0 -5
  380. package/dist/api/types/ChatCompletionNamedToolChoiceParam.d.ts +0 -8
  381. package/dist/api/types/ChatCompletionNamedToolChoiceParam.js +0 -5
  382. package/dist/api/types/ChatCompletionPredictionContentParam.d.ts +0 -8
  383. package/dist/api/types/ChatCompletionPredictionContentParam.js +0 -5
  384. package/dist/api/types/ChatCompletionPredictionContentParamContent.d.ts +0 -5
  385. package/dist/api/types/ChatCompletionPredictionContentParamContent.js +0 -5
  386. package/dist/api/types/ChatCompletionStreamOptionsParam.d.ts +0 -7
  387. package/dist/api/types/ChatCompletionStreamOptionsParam.js +0 -5
  388. package/dist/api/types/ChatCompletionSystemMessageParam.d.ts +0 -9
  389. package/dist/api/types/ChatCompletionSystemMessageParam.js +0 -5
  390. package/dist/api/types/ChatCompletionSystemMessageParamContent.d.ts +0 -5
  391. package/dist/api/types/ChatCompletionSystemMessageParamContent.js +0 -5
  392. package/dist/api/types/ChatCompletionToolMessageParam.d.ts +0 -9
  393. package/dist/api/types/ChatCompletionToolMessageParam.js +0 -5
  394. package/dist/api/types/ChatCompletionToolMessageParamContent.d.ts +0 -5
  395. package/dist/api/types/ChatCompletionToolMessageParamContent.js +0 -5
  396. package/dist/api/types/ChatCompletionUserMessageParam.d.ts +0 -9
  397. package/dist/api/types/ChatCompletionUserMessageParam.js +0 -5
  398. package/dist/api/types/ChatCompletionUserMessageParamContent.d.ts +0 -5
  399. package/dist/api/types/ChatCompletionUserMessageParamContent.js +0 -5
  400. package/dist/api/types/ChatCompletionUserMessageParamContentItem.d.ts +0 -5
  401. package/dist/api/types/ChatCompletionUserMessageParamContentItem.js +0 -5
  402. package/dist/api/types/CompletionCreateParamsNonStreaming.d.ts +0 -40
  403. package/dist/api/types/CompletionCreateParamsNonStreaming.js +0 -5
  404. package/dist/api/types/CompletionCreateParamsNonStreamingFunctionCall.d.ts +0 -5
  405. package/dist/api/types/CompletionCreateParamsNonStreamingFunctionCall.js +0 -5
  406. package/dist/api/types/CompletionCreateParamsNonStreamingMessagesItem.d.ts +0 -5
  407. package/dist/api/types/CompletionCreateParamsNonStreamingMessagesItem.js +0 -5
  408. package/dist/api/types/CompletionCreateParamsNonStreamingModalitiesItem.d.ts +0 -8
  409. package/dist/api/types/CompletionCreateParamsNonStreamingModalitiesItem.js +0 -10
  410. package/dist/api/types/CompletionCreateParamsNonStreamingModel.d.ts +0 -4
  411. package/dist/api/types/CompletionCreateParamsNonStreamingModel.js +0 -5
  412. package/dist/api/types/CompletionCreateParamsNonStreamingReasoningEffort.d.ts +0 -10
  413. package/dist/api/types/CompletionCreateParamsNonStreamingReasoningEffort.js +0 -12
  414. package/dist/api/types/CompletionCreateParamsNonStreamingResponseFormat.d.ts +0 -5
  415. package/dist/api/types/CompletionCreateParamsNonStreamingResponseFormat.js +0 -5
  416. package/dist/api/types/CompletionCreateParamsNonStreamingServiceTier.d.ts +0 -11
  417. package/dist/api/types/CompletionCreateParamsNonStreamingServiceTier.js +0 -13
  418. package/dist/api/types/CompletionCreateParamsNonStreamingStop.d.ts +0 -4
  419. package/dist/api/types/CompletionCreateParamsNonStreamingStop.js +0 -5
  420. package/dist/api/types/CompletionCreateParamsNonStreamingToolChoice.d.ts +0 -5
  421. package/dist/api/types/CompletionCreateParamsNonStreamingToolChoice.js +0 -5
  422. package/dist/api/types/CompletionCreateParamsNonStreamingToolsItem.d.ts +0 -5
  423. package/dist/api/types/CompletionCreateParamsNonStreamingToolsItem.js +0 -5
  424. package/dist/api/types/CompletionCreateParamsNonStreamingVerbosity.d.ts +0 -9
  425. package/dist/api/types/CompletionCreateParamsNonStreamingVerbosity.js +0 -11
  426. package/dist/api/types/CompletionCreateParamsStreaming.d.ts +0 -40
  427. package/dist/api/types/CompletionCreateParamsStreaming.js +0 -5
  428. package/dist/api/types/CompletionCreateParamsStreamingFunctionCall.d.ts +0 -5
  429. package/dist/api/types/CompletionCreateParamsStreamingFunctionCall.js +0 -5
  430. package/dist/api/types/CompletionCreateParamsStreamingMessagesItem.d.ts +0 -5
  431. package/dist/api/types/CompletionCreateParamsStreamingMessagesItem.js +0 -5
  432. package/dist/api/types/CompletionCreateParamsStreamingModalitiesItem.d.ts +0 -8
  433. package/dist/api/types/CompletionCreateParamsStreamingModalitiesItem.js +0 -10
  434. package/dist/api/types/CompletionCreateParamsStreamingModel.d.ts +0 -4
  435. package/dist/api/types/CompletionCreateParamsStreamingModel.js +0 -5
  436. package/dist/api/types/CompletionCreateParamsStreamingReasoningEffort.d.ts +0 -10
  437. package/dist/api/types/CompletionCreateParamsStreamingReasoningEffort.js +0 -12
  438. package/dist/api/types/CompletionCreateParamsStreamingResponseFormat.d.ts +0 -5
  439. package/dist/api/types/CompletionCreateParamsStreamingResponseFormat.js +0 -5
  440. package/dist/api/types/CompletionCreateParamsStreamingServiceTier.d.ts +0 -11
  441. package/dist/api/types/CompletionCreateParamsStreamingServiceTier.js +0 -13
  442. package/dist/api/types/CompletionCreateParamsStreamingStop.d.ts +0 -4
  443. package/dist/api/types/CompletionCreateParamsStreamingStop.js +0 -5
  444. package/dist/api/types/CompletionCreateParamsStreamingToolChoice.d.ts +0 -5
  445. package/dist/api/types/CompletionCreateParamsStreamingToolChoice.js +0 -5
  446. package/dist/api/types/CompletionCreateParamsStreamingToolsItem.d.ts +0 -5
  447. package/dist/api/types/CompletionCreateParamsStreamingToolsItem.js +0 -5
  448. package/dist/api/types/CompletionCreateParamsStreamingVerbosity.d.ts +0 -9
  449. package/dist/api/types/CompletionCreateParamsStreamingVerbosity.js +0 -11
  450. package/dist/api/types/CustomFormatGrammar.d.ts +0 -8
  451. package/dist/api/types/CustomFormatGrammar.js +0 -5
  452. package/dist/api/types/CustomFormatGrammarGrammar.d.ts +0 -8
  453. package/dist/api/types/CustomFormatGrammarGrammar.js +0 -5
  454. package/dist/api/types/CustomFormatGrammarGrammarSyntax.d.ts +0 -8
  455. package/dist/api/types/CustomFormatGrammarGrammarSyntax.js +0 -10
  456. package/dist/api/types/CustomFormatText.d.ts +0 -6
  457. package/dist/api/types/CustomFormatText.js +0 -5
  458. package/dist/api/types/FileFile.d.ts +0 -8
  459. package/dist/api/types/FileFile.js +0 -5
  460. package/dist/api/types/File_.d.ts +0 -8
  461. package/dist/api/types/File_.js +0 -5
  462. package/dist/api/types/FunctionCall.d.ts +0 -7
  463. package/dist/api/types/FunctionCall.js +0 -5
  464. package/dist/api/types/FunctionDefinitionInput.d.ts +0 -9
  465. package/dist/api/types/FunctionDefinitionInput.js +0 -5
  466. package/dist/api/types/FunctionDefinitionOutput.js +0 -5
  467. package/dist/api/types/FunctionOutput.js +0 -5
  468. package/dist/api/types/ImageUrl.d.ts +0 -8
  469. package/dist/api/types/ImageUrl.js +0 -5
  470. package/dist/api/types/ImageUrlDetail.d.ts +0 -9
  471. package/dist/api/types/ImageUrlDetail.js +0 -11
  472. package/dist/api/types/InputAudio.d.ts +0 -8
  473. package/dist/api/types/InputAudio.js +0 -5
  474. package/dist/api/types/InputAudioFormat.d.ts +0 -8
  475. package/dist/api/types/InputAudioFormat.js +0 -10
  476. package/dist/api/types/JsonSchema.d.ts +0 -9
  477. package/dist/api/types/JsonSchema.js +0 -5
  478. package/dist/api/types/OpenaiTypesChatChatCompletionCustomToolParamCustom.d.ts +0 -9
  479. package/dist/api/types/OpenaiTypesChatChatCompletionCustomToolParamCustom.js +0 -5
  480. package/dist/api/types/OpenaiTypesChatChatCompletionCustomToolParamCustomFormat.d.ts +0 -5
  481. package/dist/api/types/OpenaiTypesChatChatCompletionCustomToolParamCustomFormat.js +0 -5
  482. package/dist/api/types/OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom.d.ts +0 -7
  483. package/dist/api/types/OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom.js +0 -5
  484. package/dist/api/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction.d.ts +0 -9
  485. package/dist/api/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction.js +0 -5
  486. package/dist/api/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction.d.ts +0 -7
  487. package/dist/api/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction.js +0 -5
  488. package/dist/api/types/OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom.d.ts +0 -6
  489. package/dist/api/types/OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom.js +0 -5
  490. package/dist/api/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.d.ts +0 -6
  491. package/dist/api/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.js +0 -5
  492. package/dist/api/types/OpenaiTypesChatCompletionCreateParamsFunction.d.ts +0 -8
  493. package/dist/api/types/OpenaiTypesChatCompletionCreateParamsFunction.js +0 -5
  494. package/dist/api/types/ResponseFormatJsonObject.d.ts +0 -6
  495. package/dist/api/types/ResponseFormatJsonObject.js +0 -5
  496. package/dist/api/types/ResponseFormatJsonSchema.d.ts +0 -8
  497. package/dist/api/types/ResponseFormatJsonSchema.js +0 -5
  498. package/dist/api/types/ResponseFormatText.d.ts +0 -6
  499. package/dist/api/types/ResponseFormatText.js +0 -5
  500. package/dist/api/types/WebSearchOptions.d.ts +0 -8
  501. package/dist/api/types/WebSearchOptions.js +0 -5
  502. package/dist/api/types/WebSearchOptionsSearchContextSize.d.ts +0 -9
  503. package/dist/api/types/WebSearchOptionsSearchContextSize.js +0 -11
  504. package/dist/api/types/WebSearchOptionsUserLocation.d.ts +0 -8
  505. package/dist/api/types/WebSearchOptionsUserLocation.js +0 -5
  506. package/dist/api/types/WebSearchOptionsUserLocationApproximate.d.ts +0 -9
  507. package/dist/api/types/WebSearchOptionsUserLocationApproximate.js +0 -5
  508. package/dist/serialization/types/Audio.d.ts +0 -12
  509. package/dist/serialization/types/Audio.js +0 -43
  510. package/dist/serialization/types/ChatCompletionAllowedToolChoiceParam.d.ts +0 -14
  511. package/dist/serialization/types/ChatCompletionAllowedToolChoiceParam.js +0 -45
  512. package/dist/serialization/types/ChatCompletionAllowedToolsParam.d.ts +0 -14
  513. package/dist/serialization/types/ChatCompletionAllowedToolsParam.js +0 -45
  514. package/dist/serialization/types/ChatCompletionAllowedToolsParamMode.d.ts +0 -10
  515. package/dist/serialization/types/ChatCompletionAllowedToolsParamMode.js +0 -41
  516. package/dist/serialization/types/ChatCompletionAssistantMessageParam.d.ts +0 -22
  517. package/dist/serialization/types/ChatCompletionAssistantMessageParam.js +0 -53
  518. package/dist/serialization/types/ChatCompletionAssistantMessageParamContent.d.ts +0 -11
  519. package/dist/serialization/types/ChatCompletionAssistantMessageParamContent.js +0 -45
  520. package/dist/serialization/types/ChatCompletionAssistantMessageParamContentItem.d.ts +0 -12
  521. package/dist/serialization/types/ChatCompletionAssistantMessageParamContentItem.js +0 -46
  522. package/dist/serialization/types/ChatCompletionAssistantMessageParamToolCallsItem.d.ts +0 -12
  523. package/dist/serialization/types/ChatCompletionAssistantMessageParamToolCallsItem.js +0 -46
  524. package/dist/serialization/types/ChatCompletionAudioParam.d.ts +0 -15
  525. package/dist/serialization/types/ChatCompletionAudioParam.js +0 -46
  526. package/dist/serialization/types/ChatCompletionAudioParamFormat.d.ts +0 -10
  527. package/dist/serialization/types/ChatCompletionAudioParamFormat.js +0 -41
  528. package/dist/serialization/types/ChatCompletionAudioParamVoice.d.ts +0 -10
  529. package/dist/serialization/types/ChatCompletionAudioParamVoice.js +0 -51
  530. package/dist/serialization/types/ChatCompletionContentPartImageParam.d.ts +0 -14
  531. package/dist/serialization/types/ChatCompletionContentPartImageParam.js +0 -45
  532. package/dist/serialization/types/ChatCompletionContentPartInputAudioParam.d.ts +0 -14
  533. package/dist/serialization/types/ChatCompletionContentPartInputAudioParam.js +0 -45
  534. package/dist/serialization/types/ChatCompletionContentPartRefusalParam.d.ts +0 -13
  535. package/dist/serialization/types/ChatCompletionContentPartRefusalParam.js +0 -44
  536. package/dist/serialization/types/ChatCompletionContentPartTextParam.d.ts +0 -13
  537. package/dist/serialization/types/ChatCompletionContentPartTextParam.js +0 -44
  538. package/dist/serialization/types/ChatCompletionCustomToolParam.d.ts +0 -14
  539. package/dist/serialization/types/ChatCompletionCustomToolParam.js +0 -45
  540. package/dist/serialization/types/ChatCompletionDeveloperMessageParam.d.ts +0 -15
  541. package/dist/serialization/types/ChatCompletionDeveloperMessageParam.js +0 -46
  542. package/dist/serialization/types/ChatCompletionDeveloperMessageParamContent.d.ts +0 -11
  543. package/dist/serialization/types/ChatCompletionDeveloperMessageParamContent.js +0 -45
  544. package/dist/serialization/types/ChatCompletionFunctionCallOptionParam.d.ts +0 -12
  545. package/dist/serialization/types/ChatCompletionFunctionCallOptionParam.js +0 -43
  546. package/dist/serialization/types/ChatCompletionFunctionMessageParam.d.ts +0 -14
  547. package/dist/serialization/types/ChatCompletionFunctionMessageParam.js +0 -45
  548. package/dist/serialization/types/ChatCompletionFunctionToolParam.d.ts +0 -14
  549. package/dist/serialization/types/ChatCompletionFunctionToolParam.js +0 -45
  550. package/dist/serialization/types/ChatCompletionMessageCustomToolCallParam.d.ts +0 -15
  551. package/dist/serialization/types/ChatCompletionMessageCustomToolCallParam.js +0 -46
  552. package/dist/serialization/types/ChatCompletionMessageFunctionToolCallInput.d.ts +0 -16
  553. package/dist/serialization/types/ChatCompletionMessageFunctionToolCallInput.js +0 -48
  554. package/dist/serialization/types/ChatCompletionMessageFunctionToolCallOutput.d.ts +0 -16
  555. package/dist/serialization/types/ChatCompletionMessageFunctionToolCallParam.d.ts +0 -15
  556. package/dist/serialization/types/ChatCompletionMessageFunctionToolCallParam.js +0 -46
  557. package/dist/serialization/types/ChatCompletionNamedToolChoiceCustomParam.d.ts +0 -14
  558. package/dist/serialization/types/ChatCompletionNamedToolChoiceCustomParam.js +0 -45
  559. package/dist/serialization/types/ChatCompletionNamedToolChoiceParam.d.ts +0 -14
  560. package/dist/serialization/types/ChatCompletionNamedToolChoiceParam.js +0 -45
  561. package/dist/serialization/types/ChatCompletionPredictionContentParam.d.ts +0 -14
  562. package/dist/serialization/types/ChatCompletionPredictionContentParam.js +0 -45
  563. package/dist/serialization/types/ChatCompletionPredictionContentParamContent.d.ts +0 -11
  564. package/dist/serialization/types/ChatCompletionPredictionContentParamContent.js +0 -45
  565. package/dist/serialization/types/ChatCompletionStreamOptionsParam.d.ts +0 -13
  566. package/dist/serialization/types/ChatCompletionStreamOptionsParam.js +0 -44
  567. package/dist/serialization/types/ChatCompletionSystemMessageParam.d.ts +0 -15
  568. package/dist/serialization/types/ChatCompletionSystemMessageParam.js +0 -46
  569. package/dist/serialization/types/ChatCompletionSystemMessageParamContent.d.ts +0 -11
  570. package/dist/serialization/types/ChatCompletionSystemMessageParamContent.js +0 -45
  571. package/dist/serialization/types/ChatCompletionToolMessageParam.d.ts +0 -15
  572. package/dist/serialization/types/ChatCompletionToolMessageParam.js +0 -46
  573. package/dist/serialization/types/ChatCompletionToolMessageParamContent.d.ts +0 -11
  574. package/dist/serialization/types/ChatCompletionToolMessageParamContent.js +0 -45
  575. package/dist/serialization/types/ChatCompletionUserMessageParam.d.ts +0 -15
  576. package/dist/serialization/types/ChatCompletionUserMessageParam.js +0 -46
  577. package/dist/serialization/types/ChatCompletionUserMessageParamContent.d.ts +0 -11
  578. package/dist/serialization/types/ChatCompletionUserMessageParamContent.js +0 -45
  579. package/dist/serialization/types/ChatCompletionUserMessageParamContentItem.d.ts +0 -14
  580. package/dist/serialization/types/ChatCompletionUserMessageParamContentItem.js +0 -50
  581. package/dist/serialization/types/CompletionCreateParamsNonStreaming.d.ts +0 -61
  582. package/dist/serialization/types/CompletionCreateParamsNonStreaming.js +0 -92
  583. package/dist/serialization/types/CompletionCreateParamsNonStreamingFunctionCall.d.ts +0 -11
  584. package/dist/serialization/types/CompletionCreateParamsNonStreamingFunctionCall.js +0 -46
  585. package/dist/serialization/types/CompletionCreateParamsNonStreamingMessagesItem.d.ts +0 -16
  586. package/dist/serialization/types/CompletionCreateParamsNonStreamingMessagesItem.js +0 -54
  587. package/dist/serialization/types/CompletionCreateParamsNonStreamingModalitiesItem.d.ts +0 -10
  588. package/dist/serialization/types/CompletionCreateParamsNonStreamingModalitiesItem.js +0 -41
  589. package/dist/serialization/types/CompletionCreateParamsNonStreamingModel.d.ts +0 -10
  590. package/dist/serialization/types/CompletionCreateParamsNonStreamingModel.js +0 -105
  591. package/dist/serialization/types/CompletionCreateParamsNonStreamingReasoningEffort.d.ts +0 -10
  592. package/dist/serialization/types/CompletionCreateParamsNonStreamingReasoningEffort.js +0 -41
  593. package/dist/serialization/types/CompletionCreateParamsNonStreamingResponseFormat.d.ts +0 -13
  594. package/dist/serialization/types/CompletionCreateParamsNonStreamingResponseFormat.js +0 -44
  595. package/dist/serialization/types/CompletionCreateParamsNonStreamingServiceTier.d.ts +0 -10
  596. package/dist/serialization/types/CompletionCreateParamsNonStreamingServiceTier.js +0 -41
  597. package/dist/serialization/types/CompletionCreateParamsNonStreamingStop.d.ts +0 -10
  598. package/dist/serialization/types/CompletionCreateParamsNonStreamingStop.js +0 -44
  599. package/dist/serialization/types/CompletionCreateParamsNonStreamingToolChoice.d.ts +0 -13
  600. package/dist/serialization/types/CompletionCreateParamsNonStreamingToolChoice.js +0 -51
  601. package/dist/serialization/types/CompletionCreateParamsNonStreamingToolsItem.d.ts +0 -12
  602. package/dist/serialization/types/CompletionCreateParamsNonStreamingToolsItem.js +0 -43
  603. package/dist/serialization/types/CompletionCreateParamsNonStreamingVerbosity.d.ts +0 -10
  604. package/dist/serialization/types/CompletionCreateParamsNonStreamingVerbosity.js +0 -41
  605. package/dist/serialization/types/CompletionCreateParamsStreaming.d.ts +0 -61
  606. package/dist/serialization/types/CompletionCreateParamsStreaming.js +0 -92
  607. package/dist/serialization/types/CompletionCreateParamsStreamingFunctionCall.d.ts +0 -11
  608. package/dist/serialization/types/CompletionCreateParamsStreamingFunctionCall.js +0 -46
  609. package/dist/serialization/types/CompletionCreateParamsStreamingMessagesItem.d.ts +0 -16
  610. package/dist/serialization/types/CompletionCreateParamsStreamingMessagesItem.js +0 -54
  611. package/dist/serialization/types/CompletionCreateParamsStreamingModalitiesItem.d.ts +0 -10
  612. package/dist/serialization/types/CompletionCreateParamsStreamingModalitiesItem.js +0 -41
  613. package/dist/serialization/types/CompletionCreateParamsStreamingModel.d.ts +0 -10
  614. package/dist/serialization/types/CompletionCreateParamsStreamingModel.js +0 -105
  615. package/dist/serialization/types/CompletionCreateParamsStreamingReasoningEffort.d.ts +0 -10
  616. package/dist/serialization/types/CompletionCreateParamsStreamingReasoningEffort.js +0 -41
  617. package/dist/serialization/types/CompletionCreateParamsStreamingResponseFormat.d.ts +0 -13
  618. package/dist/serialization/types/CompletionCreateParamsStreamingResponseFormat.js +0 -44
  619. package/dist/serialization/types/CompletionCreateParamsStreamingServiceTier.d.ts +0 -10
  620. package/dist/serialization/types/CompletionCreateParamsStreamingServiceTier.js +0 -41
  621. package/dist/serialization/types/CompletionCreateParamsStreamingStop.d.ts +0 -10
  622. package/dist/serialization/types/CompletionCreateParamsStreamingStop.js +0 -44
  623. package/dist/serialization/types/CompletionCreateParamsStreamingToolChoice.d.ts +0 -13
  624. package/dist/serialization/types/CompletionCreateParamsStreamingToolChoice.js +0 -51
  625. package/dist/serialization/types/CompletionCreateParamsStreamingToolsItem.d.ts +0 -12
  626. package/dist/serialization/types/CompletionCreateParamsStreamingToolsItem.js +0 -43
  627. package/dist/serialization/types/CompletionCreateParamsStreamingVerbosity.d.ts +0 -10
  628. package/dist/serialization/types/CompletionCreateParamsStreamingVerbosity.js +0 -41
  629. package/dist/serialization/types/CustomFormatGrammar.d.ts +0 -14
  630. package/dist/serialization/types/CustomFormatGrammar.js +0 -45
  631. package/dist/serialization/types/CustomFormatGrammarGrammar.d.ts +0 -14
  632. package/dist/serialization/types/CustomFormatGrammarGrammar.js +0 -45
  633. package/dist/serialization/types/CustomFormatGrammarGrammarSyntax.d.ts +0 -10
  634. package/dist/serialization/types/CustomFormatGrammarGrammarSyntax.js +0 -41
  635. package/dist/serialization/types/CustomFormatText.d.ts +0 -12
  636. package/dist/serialization/types/CustomFormatText.js +0 -43
  637. package/dist/serialization/types/FileFile.d.ts +0 -14
  638. package/dist/serialization/types/FileFile.js +0 -45
  639. package/dist/serialization/types/File_.d.ts +0 -14
  640. package/dist/serialization/types/File_.js +0 -45
  641. package/dist/serialization/types/FunctionCall.d.ts +0 -13
  642. package/dist/serialization/types/FunctionCall.js +0 -44
  643. package/dist/serialization/types/FunctionDefinitionInput.d.ts +0 -15
  644. package/dist/serialization/types/FunctionDefinitionInput.js +0 -46
  645. package/dist/serialization/types/ImageUrl.d.ts +0 -14
  646. package/dist/serialization/types/ImageUrl.js +0 -45
  647. package/dist/serialization/types/ImageUrlDetail.d.ts +0 -10
  648. package/dist/serialization/types/ImageUrlDetail.js +0 -41
  649. package/dist/serialization/types/InputAudio.d.ts +0 -14
  650. package/dist/serialization/types/InputAudio.js +0 -45
  651. package/dist/serialization/types/InputAudioFormat.d.ts +0 -10
  652. package/dist/serialization/types/InputAudioFormat.js +0 -41
  653. package/dist/serialization/types/JsonSchema.d.ts +0 -15
  654. package/dist/serialization/types/JsonSchema.js +0 -46
  655. package/dist/serialization/types/OpenaiTypesChatChatCompletionCustomToolParamCustom.d.ts +0 -15
  656. package/dist/serialization/types/OpenaiTypesChatChatCompletionCustomToolParamCustom.js +0 -46
  657. package/dist/serialization/types/OpenaiTypesChatChatCompletionCustomToolParamCustomFormat.d.ts +0 -12
  658. package/dist/serialization/types/OpenaiTypesChatChatCompletionCustomToolParamCustomFormat.js +0 -43
  659. package/dist/serialization/types/OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom.d.ts +0 -13
  660. package/dist/serialization/types/OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom.js +0 -44
  661. package/dist/serialization/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction.d.ts +0 -14
  662. package/dist/serialization/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction.js +0 -46
  663. package/dist/serialization/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction.d.ts +0 -13
  664. package/dist/serialization/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction.js +0 -44
  665. package/dist/serialization/types/OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom.d.ts +0 -12
  666. package/dist/serialization/types/OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom.js +0 -43
  667. package/dist/serialization/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.d.ts +0 -12
  668. package/dist/serialization/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.js +0 -43
  669. package/dist/serialization/types/OpenaiTypesChatCompletionCreateParamsFunction.d.ts +0 -14
  670. package/dist/serialization/types/OpenaiTypesChatCompletionCreateParamsFunction.js +0 -45
  671. package/dist/serialization/types/ResponseFormatJsonObject.d.ts +0 -12
  672. package/dist/serialization/types/ResponseFormatJsonObject.js +0 -43
  673. package/dist/serialization/types/ResponseFormatJsonSchema.d.ts +0 -14
  674. package/dist/serialization/types/ResponseFormatJsonSchema.js +0 -45
  675. package/dist/serialization/types/ResponseFormatText.d.ts +0 -12
  676. package/dist/serialization/types/ResponseFormatText.js +0 -43
  677. package/dist/serialization/types/WebSearchOptions.d.ts +0 -15
  678. package/dist/serialization/types/WebSearchOptions.js +0 -46
  679. package/dist/serialization/types/WebSearchOptionsSearchContextSize.d.ts +0 -10
  680. package/dist/serialization/types/WebSearchOptionsSearchContextSize.js +0 -41
  681. package/dist/serialization/types/WebSearchOptionsUserLocation.d.ts +0 -14
  682. package/dist/serialization/types/WebSearchOptionsUserLocation.js +0 -45
  683. package/dist/serialization/types/WebSearchOptionsUserLocationApproximate.d.ts +0 -15
  684. package/dist/serialization/types/WebSearchOptionsUserLocationApproximate.js +0 -46
  685. package/serialization/types/Audio.d.ts +0 -12
  686. package/serialization/types/Audio.js +0 -43
  687. package/serialization/types/ChatCompletionAllowedToolChoiceParam.d.ts +0 -14
  688. package/serialization/types/ChatCompletionAllowedToolChoiceParam.js +0 -45
  689. package/serialization/types/ChatCompletionAllowedToolsParam.d.ts +0 -14
  690. package/serialization/types/ChatCompletionAllowedToolsParam.js +0 -45
  691. package/serialization/types/ChatCompletionAllowedToolsParamMode.d.ts +0 -10
  692. package/serialization/types/ChatCompletionAllowedToolsParamMode.js +0 -41
  693. package/serialization/types/ChatCompletionAssistantMessageParam.d.ts +0 -22
  694. package/serialization/types/ChatCompletionAssistantMessageParam.js +0 -53
  695. package/serialization/types/ChatCompletionAssistantMessageParamContent.d.ts +0 -11
  696. package/serialization/types/ChatCompletionAssistantMessageParamContent.js +0 -45
  697. package/serialization/types/ChatCompletionAssistantMessageParamContentItem.d.ts +0 -12
  698. package/serialization/types/ChatCompletionAssistantMessageParamContentItem.js +0 -46
  699. package/serialization/types/ChatCompletionAssistantMessageParamToolCallsItem.d.ts +0 -12
  700. package/serialization/types/ChatCompletionAssistantMessageParamToolCallsItem.js +0 -46
  701. package/serialization/types/ChatCompletionAudioParam.d.ts +0 -15
  702. package/serialization/types/ChatCompletionAudioParam.js +0 -46
  703. package/serialization/types/ChatCompletionAudioParamFormat.d.ts +0 -10
  704. package/serialization/types/ChatCompletionAudioParamFormat.js +0 -41
  705. package/serialization/types/ChatCompletionAudioParamVoice.d.ts +0 -10
  706. package/serialization/types/ChatCompletionAudioParamVoice.js +0 -51
  707. package/serialization/types/ChatCompletionContentPartImageParam.d.ts +0 -14
  708. package/serialization/types/ChatCompletionContentPartImageParam.js +0 -45
  709. package/serialization/types/ChatCompletionContentPartInputAudioParam.d.ts +0 -14
  710. package/serialization/types/ChatCompletionContentPartInputAudioParam.js +0 -45
  711. package/serialization/types/ChatCompletionContentPartRefusalParam.d.ts +0 -13
  712. package/serialization/types/ChatCompletionContentPartRefusalParam.js +0 -44
  713. package/serialization/types/ChatCompletionContentPartTextParam.d.ts +0 -13
  714. package/serialization/types/ChatCompletionContentPartTextParam.js +0 -44
  715. package/serialization/types/ChatCompletionCustomToolParam.d.ts +0 -14
  716. package/serialization/types/ChatCompletionCustomToolParam.js +0 -45
  717. package/serialization/types/ChatCompletionDeveloperMessageParam.d.ts +0 -15
  718. package/serialization/types/ChatCompletionDeveloperMessageParam.js +0 -46
  719. package/serialization/types/ChatCompletionDeveloperMessageParamContent.d.ts +0 -11
  720. package/serialization/types/ChatCompletionDeveloperMessageParamContent.js +0 -45
  721. package/serialization/types/ChatCompletionFunctionCallOptionParam.d.ts +0 -12
  722. package/serialization/types/ChatCompletionFunctionCallOptionParam.js +0 -43
  723. package/serialization/types/ChatCompletionFunctionMessageParam.d.ts +0 -14
  724. package/serialization/types/ChatCompletionFunctionMessageParam.js +0 -45
  725. package/serialization/types/ChatCompletionFunctionToolParam.d.ts +0 -14
  726. package/serialization/types/ChatCompletionFunctionToolParam.js +0 -45
  727. package/serialization/types/ChatCompletionMessageCustomToolCallParam.d.ts +0 -15
  728. package/serialization/types/ChatCompletionMessageCustomToolCallParam.js +0 -46
  729. package/serialization/types/ChatCompletionMessageFunctionToolCallInput.d.ts +0 -16
  730. package/serialization/types/ChatCompletionMessageFunctionToolCallInput.js +0 -48
  731. package/serialization/types/ChatCompletionMessageFunctionToolCallOutput.d.ts +0 -16
  732. package/serialization/types/ChatCompletionMessageFunctionToolCallParam.d.ts +0 -15
  733. package/serialization/types/ChatCompletionMessageFunctionToolCallParam.js +0 -46
  734. package/serialization/types/ChatCompletionNamedToolChoiceCustomParam.d.ts +0 -14
  735. package/serialization/types/ChatCompletionNamedToolChoiceCustomParam.js +0 -45
  736. package/serialization/types/ChatCompletionNamedToolChoiceParam.d.ts +0 -14
  737. package/serialization/types/ChatCompletionNamedToolChoiceParam.js +0 -45
  738. package/serialization/types/ChatCompletionPredictionContentParam.d.ts +0 -14
  739. package/serialization/types/ChatCompletionPredictionContentParam.js +0 -45
  740. package/serialization/types/ChatCompletionPredictionContentParamContent.d.ts +0 -11
  741. package/serialization/types/ChatCompletionPredictionContentParamContent.js +0 -45
  742. package/serialization/types/ChatCompletionStreamOptionsParam.d.ts +0 -13
  743. package/serialization/types/ChatCompletionStreamOptionsParam.js +0 -44
  744. package/serialization/types/ChatCompletionSystemMessageParam.d.ts +0 -15
  745. package/serialization/types/ChatCompletionSystemMessageParam.js +0 -46
  746. package/serialization/types/ChatCompletionSystemMessageParamContent.d.ts +0 -11
  747. package/serialization/types/ChatCompletionSystemMessageParamContent.js +0 -45
  748. package/serialization/types/ChatCompletionToolMessageParam.d.ts +0 -15
  749. package/serialization/types/ChatCompletionToolMessageParam.js +0 -46
  750. package/serialization/types/ChatCompletionToolMessageParamContent.d.ts +0 -11
  751. package/serialization/types/ChatCompletionToolMessageParamContent.js +0 -45
  752. package/serialization/types/ChatCompletionUserMessageParam.d.ts +0 -15
  753. package/serialization/types/ChatCompletionUserMessageParam.js +0 -46
  754. package/serialization/types/ChatCompletionUserMessageParamContent.d.ts +0 -11
  755. package/serialization/types/ChatCompletionUserMessageParamContent.js +0 -45
  756. package/serialization/types/ChatCompletionUserMessageParamContentItem.d.ts +0 -14
  757. package/serialization/types/ChatCompletionUserMessageParamContentItem.js +0 -50
  758. package/serialization/types/CompletionCreateParamsNonStreaming.d.ts +0 -61
  759. package/serialization/types/CompletionCreateParamsNonStreaming.js +0 -92
  760. package/serialization/types/CompletionCreateParamsNonStreamingFunctionCall.d.ts +0 -11
  761. package/serialization/types/CompletionCreateParamsNonStreamingFunctionCall.js +0 -46
  762. package/serialization/types/CompletionCreateParamsNonStreamingMessagesItem.d.ts +0 -16
  763. package/serialization/types/CompletionCreateParamsNonStreamingMessagesItem.js +0 -54
  764. package/serialization/types/CompletionCreateParamsNonStreamingModalitiesItem.d.ts +0 -10
  765. package/serialization/types/CompletionCreateParamsNonStreamingModalitiesItem.js +0 -41
  766. package/serialization/types/CompletionCreateParamsNonStreamingModel.d.ts +0 -10
  767. package/serialization/types/CompletionCreateParamsNonStreamingModel.js +0 -105
  768. package/serialization/types/CompletionCreateParamsNonStreamingReasoningEffort.d.ts +0 -10
  769. package/serialization/types/CompletionCreateParamsNonStreamingReasoningEffort.js +0 -41
  770. package/serialization/types/CompletionCreateParamsNonStreamingResponseFormat.d.ts +0 -13
  771. package/serialization/types/CompletionCreateParamsNonStreamingResponseFormat.js +0 -44
  772. package/serialization/types/CompletionCreateParamsNonStreamingServiceTier.d.ts +0 -10
  773. package/serialization/types/CompletionCreateParamsNonStreamingServiceTier.js +0 -41
  774. package/serialization/types/CompletionCreateParamsNonStreamingStop.d.ts +0 -10
  775. package/serialization/types/CompletionCreateParamsNonStreamingStop.js +0 -44
  776. package/serialization/types/CompletionCreateParamsNonStreamingToolChoice.d.ts +0 -13
  777. package/serialization/types/CompletionCreateParamsNonStreamingToolChoice.js +0 -51
  778. package/serialization/types/CompletionCreateParamsNonStreamingToolsItem.d.ts +0 -12
  779. package/serialization/types/CompletionCreateParamsNonStreamingToolsItem.js +0 -43
  780. package/serialization/types/CompletionCreateParamsNonStreamingVerbosity.d.ts +0 -10
  781. package/serialization/types/CompletionCreateParamsNonStreamingVerbosity.js +0 -41
  782. package/serialization/types/CompletionCreateParamsStreaming.d.ts +0 -61
  783. package/serialization/types/CompletionCreateParamsStreaming.js +0 -92
  784. package/serialization/types/CompletionCreateParamsStreamingFunctionCall.d.ts +0 -11
  785. package/serialization/types/CompletionCreateParamsStreamingFunctionCall.js +0 -46
  786. package/serialization/types/CompletionCreateParamsStreamingMessagesItem.d.ts +0 -16
  787. package/serialization/types/CompletionCreateParamsStreamingMessagesItem.js +0 -54
  788. package/serialization/types/CompletionCreateParamsStreamingModalitiesItem.d.ts +0 -10
  789. package/serialization/types/CompletionCreateParamsStreamingModalitiesItem.js +0 -41
  790. package/serialization/types/CompletionCreateParamsStreamingModel.d.ts +0 -10
  791. package/serialization/types/CompletionCreateParamsStreamingModel.js +0 -105
  792. package/serialization/types/CompletionCreateParamsStreamingReasoningEffort.d.ts +0 -10
  793. package/serialization/types/CompletionCreateParamsStreamingReasoningEffort.js +0 -41
  794. package/serialization/types/CompletionCreateParamsStreamingResponseFormat.d.ts +0 -13
  795. package/serialization/types/CompletionCreateParamsStreamingResponseFormat.js +0 -44
  796. package/serialization/types/CompletionCreateParamsStreamingServiceTier.d.ts +0 -10
  797. package/serialization/types/CompletionCreateParamsStreamingServiceTier.js +0 -41
  798. package/serialization/types/CompletionCreateParamsStreamingStop.d.ts +0 -10
  799. package/serialization/types/CompletionCreateParamsStreamingStop.js +0 -44
  800. package/serialization/types/CompletionCreateParamsStreamingToolChoice.d.ts +0 -13
  801. package/serialization/types/CompletionCreateParamsStreamingToolChoice.js +0 -51
  802. package/serialization/types/CompletionCreateParamsStreamingToolsItem.d.ts +0 -12
  803. package/serialization/types/CompletionCreateParamsStreamingToolsItem.js +0 -43
  804. package/serialization/types/CompletionCreateParamsStreamingVerbosity.d.ts +0 -10
  805. package/serialization/types/CompletionCreateParamsStreamingVerbosity.js +0 -41
  806. package/serialization/types/CustomFormatGrammar.d.ts +0 -14
  807. package/serialization/types/CustomFormatGrammar.js +0 -45
  808. package/serialization/types/CustomFormatGrammarGrammar.d.ts +0 -14
  809. package/serialization/types/CustomFormatGrammarGrammar.js +0 -45
  810. package/serialization/types/CustomFormatGrammarGrammarSyntax.d.ts +0 -10
  811. package/serialization/types/CustomFormatGrammarGrammarSyntax.js +0 -41
  812. package/serialization/types/CustomFormatText.d.ts +0 -12
  813. package/serialization/types/CustomFormatText.js +0 -43
  814. package/serialization/types/FileFile.d.ts +0 -14
  815. package/serialization/types/FileFile.js +0 -45
  816. package/serialization/types/File_.d.ts +0 -14
  817. package/serialization/types/File_.js +0 -45
  818. package/serialization/types/FunctionCall.d.ts +0 -13
  819. package/serialization/types/FunctionCall.js +0 -44
  820. package/serialization/types/FunctionDefinitionInput.d.ts +0 -15
  821. package/serialization/types/FunctionDefinitionInput.js +0 -46
  822. package/serialization/types/ImageUrl.d.ts +0 -14
  823. package/serialization/types/ImageUrl.js +0 -45
  824. package/serialization/types/ImageUrlDetail.d.ts +0 -10
  825. package/serialization/types/ImageUrlDetail.js +0 -41
  826. package/serialization/types/InputAudio.d.ts +0 -14
  827. package/serialization/types/InputAudio.js +0 -45
  828. package/serialization/types/InputAudioFormat.d.ts +0 -10
  829. package/serialization/types/InputAudioFormat.js +0 -41
  830. package/serialization/types/JsonSchema.d.ts +0 -15
  831. package/serialization/types/JsonSchema.js +0 -46
  832. package/serialization/types/OpenaiTypesChatChatCompletionCustomToolParamCustom.d.ts +0 -15
  833. package/serialization/types/OpenaiTypesChatChatCompletionCustomToolParamCustom.js +0 -46
  834. package/serialization/types/OpenaiTypesChatChatCompletionCustomToolParamCustomFormat.d.ts +0 -12
  835. package/serialization/types/OpenaiTypesChatChatCompletionCustomToolParamCustomFormat.js +0 -43
  836. package/serialization/types/OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom.d.ts +0 -13
  837. package/serialization/types/OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom.js +0 -44
  838. package/serialization/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction.d.ts +0 -14
  839. package/serialization/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction.js +0 -46
  840. package/serialization/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction.d.ts +0 -13
  841. package/serialization/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction.js +0 -44
  842. package/serialization/types/OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom.d.ts +0 -12
  843. package/serialization/types/OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom.js +0 -43
  844. package/serialization/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.d.ts +0 -12
  845. package/serialization/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.js +0 -43
  846. package/serialization/types/OpenaiTypesChatCompletionCreateParamsFunction.d.ts +0 -14
  847. package/serialization/types/OpenaiTypesChatCompletionCreateParamsFunction.js +0 -45
  848. package/serialization/types/ResponseFormatJsonObject.d.ts +0 -12
  849. package/serialization/types/ResponseFormatJsonObject.js +0 -43
  850. package/serialization/types/ResponseFormatJsonSchema.d.ts +0 -14
  851. package/serialization/types/ResponseFormatJsonSchema.js +0 -45
  852. package/serialization/types/ResponseFormatText.d.ts +0 -12
  853. package/serialization/types/ResponseFormatText.js +0 -43
  854. package/serialization/types/WebSearchOptions.d.ts +0 -15
  855. package/serialization/types/WebSearchOptions.js +0 -46
  856. package/serialization/types/WebSearchOptionsSearchContextSize.d.ts +0 -10
  857. package/serialization/types/WebSearchOptionsSearchContextSize.js +0 -41
  858. package/serialization/types/WebSearchOptionsUserLocation.d.ts +0 -14
  859. package/serialization/types/WebSearchOptionsUserLocation.js +0 -45
  860. package/serialization/types/WebSearchOptionsUserLocationApproximate.d.ts +0 -15
  861. package/serialization/types/WebSearchOptionsUserLocationApproximate.js +0 -46
  862. /package/api/types/{Audio.js → ChatCompletionMessageFunctionToolCall.js} +0 -0
  863. /package/api/types/{ChatCompletionAllowedToolChoiceParam.js → Function.js} +0 -0
  864. /package/api/types/{ChatCompletionAllowedToolsParam.js → FunctionDefinition.js} +0 -0
  865. /package/{api/types/ChatCompletionAssistantMessageParam.js → dist/api/types/ChatCompletionMessageFunctionToolCall.js} +0 -0
  866. /package/{api/types/ChatCompletionAssistantMessageParamContent.js → dist/api/types/Function.js} +0 -0
  867. /package/{api/types/ChatCompletionAssistantMessageParamContentItem.js → dist/api/types/FunctionDefinition.js} +0 -0
@@ -106,7 +106,7 @@ class Tags {
106
106
  method: "GET",
107
107
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
108
108
  ? yield core.Supplier.get(this._options.project)
109
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
109
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
110
110
  contentType: "application/json",
111
111
  queryParameters: _queryParams,
112
112
  requestType: "json",
@@ -83,7 +83,7 @@ class Telemetry {
83
83
  method: "GET",
84
84
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
85
85
  ? yield core.Supplier.get(this._options.project)
86
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
86
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
87
87
  contentType: "application/json",
88
88
  requestType: "json",
89
89
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -118,7 +118,7 @@ class Templates {
118
118
  method: "GET",
119
119
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
120
120
  ? yield core.Supplier.get(this._options.project)
121
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
121
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
122
122
  contentType: "application/json",
123
123
  queryParameters: _queryParams,
124
124
  requestType: "json",
@@ -186,7 +186,7 @@ class Templates {
186
186
  method: "POST",
187
187
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
188
188
  ? yield core.Supplier.get(this._options.project)
189
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
189
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
190
190
  contentType: "application/json",
191
191
  requestType: "json",
192
192
  body: serializers.TemplatesSaveTemplateVersionRequest.jsonOrThrow(request, {
@@ -261,7 +261,7 @@ class Templates {
261
261
  method: "DELETE",
262
262
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
263
263
  ? yield core.Supplier.get(this._options.project)
264
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
264
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
265
265
  contentType: "application/json",
266
266
  requestType: "json",
267
267
  body: serializers.TemplatesDeleteTemplateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -331,7 +331,7 @@ class Templates {
331
331
  method: "GET",
332
332
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
333
333
  ? yield core.Supplier.get(this._options.project)
334
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
334
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
335
335
  contentType: "application/json",
336
336
  requestType: "json",
337
337
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -402,7 +402,7 @@ class Templates {
402
402
  method: "PUT",
403
403
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
404
404
  ? yield core.Supplier.get(this._options.project)
405
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
405
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
406
406
  contentType: "application/json",
407
407
  requestType: "json",
408
408
  body: request,
@@ -479,7 +479,7 @@ class Templates {
479
479
  method: "POST",
480
480
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
481
481
  ? yield core.Supplier.get(this._options.project)
482
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
482
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
483
483
  contentType: "application/json",
484
484
  requestType: "json",
485
485
  body: serializers.TemplatesForkTemplateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -554,7 +554,7 @@ class Templates {
554
554
  method: "POST",
555
555
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
556
556
  ? yield core.Supplier.get(this._options.project)
557
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
557
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
558
558
  contentType: "application/json",
559
559
  requestType: "json",
560
560
  body: serializers.TemplatesCreateTemplateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -631,7 +631,7 @@ class Templates {
631
631
  method: "PATCH",
632
632
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
633
633
  ? yield core.Supplier.get(this._options.project)
634
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
634
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
635
635
  contentType: "application/json",
636
636
  requestType: "json",
637
637
  body: serializers.TemplatesRenameTemplateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -715,7 +715,7 @@ class Templates {
715
715
  method: "PATCH",
716
716
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
717
717
  ? yield core.Supplier.get(this._options.project)
718
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
718
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
719
719
  contentType: "application/json",
720
720
  requestType: "json",
721
721
  body: serializers.TemplatesUpdateTemplateDescriptionRequest.jsonOrThrow(request, {
@@ -800,7 +800,7 @@ class Templates {
800
800
  method: "GET",
801
801
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
802
802
  ? yield core.Supplier.get(this._options.project)
803
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
803
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
804
804
  contentType: "application/json",
805
805
  queryParameters: _queryParams,
806
806
  requestType: "json",
@@ -878,7 +878,7 @@ class Templates {
878
878
  method: "POST",
879
879
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
880
880
  ? yield core.Supplier.get(this._options.project)
881
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
881
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
882
882
  contentType: "application/json",
883
883
  requestType: "json",
884
884
  body: serializers.TemplatesMigrateDeploymentRequest.jsonOrThrow(request, {
@@ -83,7 +83,7 @@ class Agents {
83
83
  method: "POST",
84
84
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
85
85
  ? yield core.Supplier.get(this._options.project)
86
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
86
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
87
87
  contentType: "application/json",
88
88
  requestType: "json",
89
89
  body: serializers.templates.AgentsCreateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -81,7 +81,7 @@ class Tools {
81
81
  method: "GET",
82
82
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
83
83
  ? yield core.Supplier.get(this._options.project)
84
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
84
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
85
85
  contentType: "application/json",
86
86
  requestType: "json",
87
87
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -157,7 +157,7 @@ class Tools {
157
157
  method: "DELETE",
158
158
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
159
159
  ? yield core.Supplier.get(this._options.project)
160
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
160
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
161
161
  contentType: "application/json",
162
162
  requestType: "json",
163
163
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -225,7 +225,7 @@ class Tools {
225
225
  method: "PATCH",
226
226
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
227
227
  ? yield core.Supplier.get(this._options.project)
228
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
228
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
229
229
  contentType: "application/json",
230
230
  requestType: "json",
231
231
  body: serializers.ToolUpdate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -348,7 +348,7 @@ class Tools {
348
348
  method: "GET",
349
349
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
350
350
  ? yield core.Supplier.get(this._options.project)
351
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
351
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
352
352
  contentType: "application/json",
353
353
  queryParameters: _queryParams,
354
354
  requestType: "json",
@@ -485,7 +485,7 @@ class Tools {
485
485
  method: "GET",
486
486
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
487
487
  ? yield core.Supplier.get(this._options.project)
488
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
488
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
489
489
  contentType: "application/json",
490
490
  queryParameters: _queryParams,
491
491
  requestType: "json",
@@ -564,7 +564,7 @@ class Tools {
564
564
  method: "POST",
565
565
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
566
566
  ? yield core.Supplier.get(this._options.project)
567
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
567
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
568
568
  contentType: "application/json",
569
569
  requestType: "json",
570
570
  body: serializers.ToolCreate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -643,7 +643,7 @@ class Tools {
643
643
  method: "PUT",
644
644
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
645
645
  ? yield core.Supplier.get(this._options.project)
646
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
646
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
647
647
  contentType: "application/json",
648
648
  requestType: "json",
649
649
  body: serializers.ToolCreate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -719,7 +719,7 @@ class Tools {
719
719
  method: "POST",
720
720
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
721
721
  ? yield core.Supplier.get(this._options.project)
722
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
722
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
723
723
  contentType: "application/json",
724
724
  requestType: "json",
725
725
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -800,7 +800,7 @@ class Tools {
800
800
  method: "POST",
801
801
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
802
802
  ? yield core.Supplier.get(this._options.project)
803
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
803
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
804
804
  contentType: "application/json",
805
805
  requestType: "json",
806
806
  body: serializers.ToolRunFromSource.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -876,7 +876,7 @@ class Tools {
876
876
  method: "GET",
877
877
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
878
878
  ? yield core.Supplier.get(this._options.project)
879
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
879
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
880
880
  contentType: "application/json",
881
881
  requestType: "json",
882
882
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -952,7 +952,7 @@ class Tools {
952
952
  method: "GET",
953
953
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
954
954
  ? yield core.Supplier.get(this._options.project)
955
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
955
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
956
956
  contentType: "application/json",
957
957
  requestType: "json",
958
958
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -1028,7 +1028,7 @@ class Tools {
1028
1028
  method: "POST",
1029
1029
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
1030
1030
  ? yield core.Supplier.get(this._options.project)
1031
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1031
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1032
1032
  contentType: "application/json",
1033
1033
  requestType: "json",
1034
1034
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -1103,7 +1103,7 @@ class Tools {
1103
1103
  method: "GET",
1104
1104
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
1105
1105
  ? yield core.Supplier.get(this._options.project)
1106
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1106
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1107
1107
  contentType: "application/json",
1108
1108
  requestType: "json",
1109
1109
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -1183,7 +1183,7 @@ class Tools {
1183
1183
  method: "PUT",
1184
1184
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
1185
1185
  ? yield core.Supplier.get(this._options.project)
1186
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1186
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1187
1187
  contentType: "application/json",
1188
1188
  requestType: "json",
1189
1189
  body: serializers.AddMcpServerRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -1260,7 +1260,7 @@ class Tools {
1260
1260
  method: "GET",
1261
1261
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
1262
1262
  ? yield core.Supplier.get(this._options.project)
1263
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1263
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1264
1264
  contentType: "application/json",
1265
1265
  requestType: "json",
1266
1266
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -1337,7 +1337,7 @@ class Tools {
1337
1337
  method: "POST",
1338
1338
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
1339
1339
  ? yield core.Supplier.get(this._options.project)
1340
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1340
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1341
1341
  contentType: "application/json",
1342
1342
  requestType: "json",
1343
1343
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -1413,7 +1413,7 @@ class Tools {
1413
1413
  method: "DELETE",
1414
1414
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
1415
1415
  ? yield core.Supplier.get(this._options.project)
1416
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1416
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1417
1417
  contentType: "application/json",
1418
1418
  requestType: "json",
1419
1419
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -1490,7 +1490,7 @@ class Tools {
1490
1490
  method: "PATCH",
1491
1491
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
1492
1492
  ? yield core.Supplier.get(this._options.project)
1493
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1493
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1494
1494
  contentType: "application/json",
1495
1495
  requestType: "json",
1496
1496
  body: serializers.UpdateMcpServerRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -1572,7 +1572,7 @@ class Tools {
1572
1572
  method: "POST",
1573
1573
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
1574
1574
  ? yield core.Supplier.get(this._options.project)
1575
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1575
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1576
1576
  contentType: "application/json",
1577
1577
  requestType: "json",
1578
1578
  body: serializers.TestMcpServerRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -1633,7 +1633,7 @@ class Tools {
1633
1633
  method: "POST",
1634
1634
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
1635
1635
  ? yield core.Supplier.get(this._options.project)
1636
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1636
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1637
1637
  contentType: "application/json",
1638
1638
  requestType: "json",
1639
1639
  body: serializers.ConnectMcpServerRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -82,7 +82,7 @@ class Voice {
82
82
  method: "POST",
83
83
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
84
84
  ? yield core.Supplier.get(this._options.project)
85
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68660", "User-Agent": "@letta-ai/letta-client/0.0.68660", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
85
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68661", "User-Agent": "@letta-ai/letta-client/0.0.68661", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
86
86
  contentType: "application/json",
87
87
  requestType: "json",
88
88
  body: serializers.voice.createVoiceChatCompletions.Request.jsonOrThrow(request, {
@@ -2,9 +2,9 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Letta from "../index";
5
- export interface ChatCompletionMessageFunctionToolCallOutput {
5
+ export interface ChatCompletionMessageFunctionToolCall {
6
6
  id: string;
7
- function: Letta.FunctionOutput;
7
+ function: Letta.Function;
8
8
  type: "function";
9
9
  /** Accepts any additional properties */
10
10
  [key: string]: any;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export interface FunctionOutput {
4
+ export interface Function {
5
5
  arguments: string;
6
6
  name: string;
7
7
  /** Accepts any additional properties */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export interface FunctionDefinitionOutput {
4
+ export interface FunctionDefinition {
5
5
  name: string;
6
6
  description?: string;
7
7
  parameters?: Record<string, unknown>;
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as Letta from "../index";
5
5
  export interface FunctionTool {
6
- function: Letta.FunctionDefinitionOutput;
6
+ function: Letta.FunctionDefinition;
7
7
  type: "function";
8
8
  /** Accepts any additional properties */
9
9
  [key: string]: any;
@@ -29,7 +29,7 @@ export interface LettaSchemasAgentFileMessageSchema {
29
29
  /** The unique identifier of the agent */
30
30
  agentId?: string;
31
31
  /** The list of tool calls requested. Only applicable for role assistant. */
32
- toolCalls?: Letta.ChatCompletionMessageFunctionToolCallInput[];
32
+ toolCalls?: Letta.ChatCompletionMessageFunctionToolCall[];
33
33
  /** The ID of the tool call. Only applicable for role tool. */
34
34
  toolCallId?: string;
35
35
  /** Tool execution return information for prior tool calls */
@@ -45,7 +45,7 @@ export interface Message {
45
45
  /** For role user/assistant: the (optional) name of the participant. For role tool/function: the name of the function called. */
46
46
  name?: string;
47
47
  /** The list of tool calls requested. Only applicable for role assistant. */
48
- toolCalls?: Letta.ChatCompletionMessageFunctionToolCallOutput[];
48
+ toolCalls?: Letta.ChatCompletionMessageFunctionToolCall[];
49
49
  /** The ID of the tool call. Only applicable for role tool. */
50
50
  toolCallId?: string;
51
51
  /** The id of the step that this message was created in. */
@@ -25,7 +25,6 @@ export * from "./ArchivalMemorySearchResult";
25
25
  export * from "./Archive";
26
26
  export * from "./AssistantMessageContent";
27
27
  export * from "./AssistantMessage";
28
- export * from "./Audio";
29
28
  export * from "./AuthRequest";
30
29
  export * from "./AuthResponse";
31
30
  export * from "./AuthSchemeField";
@@ -36,79 +35,16 @@ export * from "./Block";
36
35
  export * from "./BlockSchema";
37
36
  export * from "./BlockUpdate";
38
37
  export * from "./BodyExportAgent";
39
- export * from "./ChatCompletionAllowedToolChoiceParam";
40
- export * from "./ChatCompletionAllowedToolsParamMode";
41
- export * from "./ChatCompletionAllowedToolsParam";
42
- export * from "./ChatCompletionAssistantMessageParamContentItem";
43
- export * from "./ChatCompletionAssistantMessageParamContent";
44
- export * from "./ChatCompletionAssistantMessageParamToolCallsItem";
45
- export * from "./ChatCompletionAssistantMessageParam";
46
- export * from "./ChatCompletionAudioParamFormat";
47
- export * from "./ChatCompletionAudioParamVoice";
48
- export * from "./ChatCompletionAudioParam";
49
- export * from "./ChatCompletionContentPartImageParam";
50
- export * from "./ChatCompletionContentPartInputAudioParam";
51
- export * from "./ChatCompletionContentPartRefusalParam";
52
- export * from "./ChatCompletionContentPartTextParam";
53
- export * from "./ChatCompletionCustomToolParam";
54
- export * from "./ChatCompletionDeveloperMessageParamContent";
55
- export * from "./ChatCompletionDeveloperMessageParam";
56
- export * from "./ChatCompletionFunctionCallOptionParam";
57
- export * from "./ChatCompletionFunctionMessageParam";
58
- export * from "./ChatCompletionFunctionToolParam";
59
- export * from "./ChatCompletionMessageCustomToolCallParam";
60
- export * from "./ChatCompletionMessageFunctionToolCallInput";
61
- export * from "./ChatCompletionMessageFunctionToolCallOutput";
62
- export * from "./ChatCompletionMessageFunctionToolCallParam";
63
- export * from "./ChatCompletionNamedToolChoiceCustomParam";
64
- export * from "./ChatCompletionNamedToolChoiceParam";
65
- export * from "./ChatCompletionPredictionContentParamContent";
66
- export * from "./ChatCompletionPredictionContentParam";
67
- export * from "./ChatCompletionStreamOptionsParam";
68
- export * from "./ChatCompletionSystemMessageParamContent";
69
- export * from "./ChatCompletionSystemMessageParam";
70
- export * from "./ChatCompletionToolMessageParamContent";
71
- export * from "./ChatCompletionToolMessageParam";
72
- export * from "./ChatCompletionUserMessageParamContentItem";
73
- export * from "./ChatCompletionUserMessageParamContent";
74
- export * from "./ChatCompletionUserMessageParam";
38
+ export * from "./ChatCompletionMessageFunctionToolCall";
75
39
  export * from "./ChildToolRule";
76
40
  export * from "./ChildToolRuleSchema";
77
41
  export * from "./CodeInput";
78
- export * from "./CompletionCreateParamsNonStreamingMessagesItem";
79
- export * from "./CompletionCreateParamsNonStreamingModel";
80
- export * from "./CompletionCreateParamsNonStreamingFunctionCall";
81
- export * from "./CompletionCreateParamsNonStreamingModalitiesItem";
82
- export * from "./CompletionCreateParamsNonStreamingReasoningEffort";
83
- export * from "./CompletionCreateParamsNonStreamingResponseFormat";
84
- export * from "./CompletionCreateParamsNonStreamingServiceTier";
85
- export * from "./CompletionCreateParamsNonStreamingStop";
86
- export * from "./CompletionCreateParamsNonStreamingToolChoice";
87
- export * from "./CompletionCreateParamsNonStreamingToolsItem";
88
- export * from "./CompletionCreateParamsNonStreamingVerbosity";
89
- export * from "./CompletionCreateParamsNonStreaming";
90
- export * from "./CompletionCreateParamsStreamingMessagesItem";
91
- export * from "./CompletionCreateParamsStreamingModel";
92
- export * from "./CompletionCreateParamsStreamingFunctionCall";
93
- export * from "./CompletionCreateParamsStreamingModalitiesItem";
94
- export * from "./CompletionCreateParamsStreamingReasoningEffort";
95
- export * from "./CompletionCreateParamsStreamingResponseFormat";
96
- export * from "./CompletionCreateParamsStreamingServiceTier";
97
- export * from "./CompletionCreateParamsStreamingStop";
98
- export * from "./CompletionCreateParamsStreamingToolChoice";
99
- export * from "./CompletionCreateParamsStreamingToolsItem";
100
- export * from "./CompletionCreateParamsStreamingVerbosity";
101
- export * from "./CompletionCreateParamsStreaming";
102
42
  export * from "./ConditionalToolRule";
103
43
  export * from "./ConditionalToolRuleSchema";
104
44
  export * from "./ContextWindowOverview";
105
45
  export * from "./ContinueToolRule";
106
46
  export * from "./CoreMemoryBlockSchema";
107
47
  export * from "./CreateBlock";
108
- export * from "./CustomFormatGrammar";
109
- export * from "./CustomFormatGrammarGrammarSyntax";
110
- export * from "./CustomFormatGrammarGrammar";
111
- export * from "./CustomFormatText";
112
48
  export * from "./DeleteDeploymentResponse";
113
49
  export * from "./DeploymentEntity";
114
50
  export * from "./DuplicateFileHandling";
@@ -118,19 +54,15 @@ export * from "./E2BSandboxConfig";
118
54
  export * from "./EmbeddingConfigEmbeddingEndpointType";
119
55
  export * from "./EmbeddingConfig";
120
56
  export * from "./FeedbackType";
121
- export * from "./File_";
122
57
  export * from "./FileAgentSchema";
123
58
  export * from "./FileBlock";
124
- export * from "./FileFile";
125
59
  export * from "./FileMetadata";
126
60
  export * from "./FileProcessingStatus";
127
61
  export * from "./FileSchema";
128
62
  export * from "./FileStats";
129
63
  export * from "./Folder";
130
- export * from "./FunctionOutput";
131
- export * from "./FunctionCall";
132
- export * from "./FunctionDefinitionInput";
133
- export * from "./FunctionDefinitionOutput";
64
+ export * from "./Function";
65
+ export * from "./FunctionDefinition";
134
66
  export * from "./FunctionTool";
135
67
  export * from "./GenerateToolInput";
136
68
  export * from "./GenerateToolOutput";
@@ -148,19 +80,14 @@ export * from "./IdentityPropertyType";
148
80
  export * from "./IdentityType";
149
81
  export * from "./ImageContentSource";
150
82
  export * from "./ImageContent";
151
- export * from "./ImageUrlDetail";
152
- export * from "./ImageUrl";
153
83
  export * from "./ImportedAgentsResponse";
154
84
  export * from "./InitToolRule";
155
- export * from "./InputAudioFormat";
156
- export * from "./InputAudio";
157
85
  export * from "./InternalTemplateAgentCreateToolRulesItem";
158
86
  export * from "./InternalTemplateAgentCreateResponseFormat";
159
87
  export * from "./InternalTemplateAgentCreate";
160
88
  export * from "./InternalTemplateBlockCreate";
161
89
  export * from "./InternalTemplateGroupCreateManagerConfig";
162
90
  export * from "./InternalTemplateGroupCreate";
163
- export * from "./JsonSchema";
164
91
  export * from "./Job";
165
92
  export * from "./JobStatus";
166
93
  export * from "./JobType";
@@ -227,9 +154,6 @@ export * from "./ReasoningMessage";
227
154
  export * from "./RedactedReasoningContent";
228
155
  export * from "./RequiredBeforeExitToolRule";
229
156
  export * from "./RequiresApprovalToolRule";
230
- export * from "./ResponseFormatJsonObject";
231
- export * from "./ResponseFormatJsonSchema";
232
- export * from "./ResponseFormatText";
233
157
  export * from "./RoundRobinManager";
234
158
  export * from "./RoundRobinManagerUpdate";
235
159
  export * from "./Run";
@@ -303,10 +227,6 @@ export * from "./ValidationError";
303
227
  export * from "./VectorDbProvider";
304
228
  export * from "./VoiceSleeptimeManager";
305
229
  export * from "./VoiceSleeptimeManagerUpdate";
306
- export * from "./WebSearchOptionsSearchContextSize";
307
- export * from "./WebSearchOptions";
308
- export * from "./WebSearchOptionsUserLocation";
309
- export * from "./WebSearchOptionsUserLocationApproximate";
310
230
  export * from "./LettaSchemasAgentFileAgentSchemaToolRulesItem";
311
231
  export * from "./LettaSchemasAgentFileAgentSchemaResponseFormat";
312
232
  export * from "./LettaSchemasAgentFileAgentSchema";
@@ -317,14 +237,6 @@ export * from "./LettaSerializeSchemasPydanticAgentSchemaAgentSchemaToolRulesIte
317
237
  export * from "./LettaSerializeSchemasPydanticAgentSchemaAgentSchema";
318
238
  export * from "./LettaSerializeSchemasPydanticAgentSchemaMessageSchema";
319
239
  export * from "./LettaSerializeSchemasPydanticAgentSchemaToolSchema";
320
- export * from "./OpenaiTypesChatChatCompletionCustomToolParamCustomFormat";
321
- export * from "./OpenaiTypesChatChatCompletionCustomToolParamCustom";
322
- export * from "./OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom";
323
- export * from "./OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction";
324
- export * from "./OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction";
325
- export * from "./OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom";
326
- export * from "./OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction";
327
- export * from "./OpenaiTypesChatCompletionCreateParamsFunction";
328
240
  export * from "./LettaMessageUnion";
329
241
  export * from "./LettaMessageContentUnion";
330
242
  export * from "./ComponentsSchemasTextContent";