@letta-ai/letta-client 0.0.68660 → 0.0.68662

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 (903) 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/templates/types/TemplatesGetTemplateSnapshotResponseAgentsItemAgentType.d.ts +2 -1
  53. package/api/resources/templates/types/TemplatesGetTemplateSnapshotResponseAgentsItemAgentType.js +1 -0
  54. package/api/resources/tools/client/Client.js +20 -20
  55. package/api/resources/voice/client/Client.js +1 -1
  56. package/api/types/AgentType.d.ts +2 -1
  57. package/api/types/AgentType.js +1 -0
  58. package/{dist/api/types/ChatCompletionMessageFunctionToolCallOutput.d.ts → api/types/ChatCompletionMessageFunctionToolCall.d.ts} +2 -2
  59. package/{dist/api/types/FunctionOutput.d.ts → api/types/Function.d.ts} +1 -1
  60. package/api/types/{FunctionDefinitionOutput.d.ts → FunctionDefinition.d.ts} +1 -1
  61. package/api/types/FunctionTool.d.ts +1 -1
  62. package/api/types/LettaSchemasAgentFileMessageSchema.d.ts +1 -1
  63. package/api/types/Message.d.ts +1 -1
  64. package/api/types/MessageContentItem.d.ts +1 -1
  65. package/api/types/OmittedReasoningContent.d.ts +3 -0
  66. package/api/types/ReasoningContent.d.ts +3 -0
  67. package/api/types/RedactedReasoningContent.d.ts +3 -0
  68. package/api/types/SummarizedReasoningContent.d.ts +16 -0
  69. package/api/types/SummarizedReasoningContentPart.d.ts +9 -0
  70. package/api/types/index.d.ts +5 -91
  71. package/api/types/index.js +5 -91
  72. package/dist/api/resources/agents/client/Client.js +9 -9
  73. package/dist/api/resources/agents/resources/blocks/client/Client.js +5 -5
  74. package/dist/api/resources/agents/resources/context/client/Client.js +1 -1
  75. package/dist/api/resources/agents/resources/coreMemory/client/Client.js +1 -1
  76. package/dist/api/resources/agents/resources/files/client/Client.js +4 -4
  77. package/dist/api/resources/agents/resources/folders/client/Client.js +3 -3
  78. package/dist/api/resources/agents/resources/groups/client/Client.js +1 -1
  79. package/dist/api/resources/agents/resources/memoryVariables/client/Client.js +1 -1
  80. package/dist/api/resources/agents/resources/messages/client/Client.js +10 -10
  81. package/dist/api/resources/agents/resources/passages/client/Client.js +5 -5
  82. package/dist/api/resources/agents/resources/sources/client/Client.js +3 -3
  83. package/dist/api/resources/agents/resources/templates/client/Client.js +3 -3
  84. package/dist/api/resources/agents/resources/tools/client/Client.js +4 -4
  85. package/dist/api/resources/archives/client/Client.js +3 -3
  86. package/dist/api/resources/batches/client/Client.js +4 -4
  87. package/dist/api/resources/batches/resources/messages/client/Client.js +1 -1
  88. package/dist/api/resources/blocks/client/Client.js +6 -6
  89. package/dist/api/resources/blocks/resources/agents/client/Client.js +1 -1
  90. package/dist/api/resources/clientSideAccessTokens/client/Client.js +3 -3
  91. package/dist/api/resources/folders/client/Client.js +8 -8
  92. package/dist/api/resources/folders/resources/agents/client/Client.js +1 -1
  93. package/dist/api/resources/folders/resources/files/client/Client.js +3 -3
  94. package/dist/api/resources/folders/resources/passages/client/Client.js +1 -1
  95. package/dist/api/resources/groups/client/Client.js +6 -6
  96. package/dist/api/resources/groups/resources/messages/client/Client.js +5 -5
  97. package/dist/api/resources/health/client/Client.js +1 -1
  98. package/dist/api/resources/identities/client/Client.js +7 -7
  99. package/dist/api/resources/identities/resources/agents/client/Client.js +1 -1
  100. package/dist/api/resources/identities/resources/blocks/client/Client.js +1 -1
  101. package/dist/api/resources/identities/resources/properties/client/Client.js +1 -1
  102. package/dist/api/resources/jobs/client/Client.js +5 -5
  103. package/dist/api/resources/models/client/Client.js +2 -2
  104. package/dist/api/resources/models/resources/embeddings/client/Client.js +1 -1
  105. package/dist/api/resources/projects/client/Client.js +1 -1
  106. package/dist/api/resources/providers/client/Client.js +6 -6
  107. package/dist/api/resources/runs/client/Client.js +5 -5
  108. package/dist/api/resources/runs/resources/messages/client/Client.js +1 -1
  109. package/dist/api/resources/runs/resources/steps/client/Client.js +1 -1
  110. package/dist/api/resources/runs/resources/usage/client/Client.js +1 -1
  111. package/dist/api/resources/sources/client/Client.js +10 -10
  112. package/dist/api/resources/sources/resources/files/client/Client.js +3 -3
  113. package/dist/api/resources/sources/resources/passages/client/Client.js +1 -1
  114. package/dist/api/resources/steps/client/Client.js +2 -2
  115. package/dist/api/resources/steps/resources/feedback/client/Client.js +1 -1
  116. package/dist/api/resources/steps/resources/messages/client/Client.js +1 -1
  117. package/dist/api/resources/steps/resources/metrics/client/Client.js +1 -1
  118. package/dist/api/resources/steps/resources/trace/client/Client.js +1 -1
  119. package/dist/api/resources/tags/client/Client.js +1 -1
  120. package/dist/api/resources/telemetry/client/Client.js +1 -1
  121. package/dist/api/resources/templates/client/Client.js +11 -11
  122. package/dist/api/resources/templates/resources/agents/client/Client.js +1 -1
  123. package/dist/api/resources/templates/types/TemplatesGetTemplateSnapshotResponseAgentsItemAgentType.d.ts +2 -1
  124. package/dist/api/resources/templates/types/TemplatesGetTemplateSnapshotResponseAgentsItemAgentType.js +1 -0
  125. package/dist/api/resources/tools/client/Client.js +20 -20
  126. package/dist/api/resources/voice/client/Client.js +1 -1
  127. package/dist/api/types/AgentType.d.ts +2 -1
  128. package/dist/api/types/AgentType.js +1 -0
  129. package/{api/types/ChatCompletionMessageFunctionToolCallOutput.d.ts → dist/api/types/ChatCompletionMessageFunctionToolCall.d.ts} +2 -2
  130. package/{api/types/FunctionOutput.d.ts → dist/api/types/Function.d.ts} +1 -1
  131. package/dist/api/types/{FunctionDefinitionOutput.d.ts → FunctionDefinition.d.ts} +1 -1
  132. package/dist/api/types/FunctionTool.d.ts +1 -1
  133. package/dist/api/types/LettaSchemasAgentFileMessageSchema.d.ts +1 -1
  134. package/dist/api/types/Message.d.ts +1 -1
  135. package/dist/api/types/MessageContentItem.d.ts +1 -1
  136. package/dist/api/types/OmittedReasoningContent.d.ts +3 -0
  137. package/dist/api/types/ReasoningContent.d.ts +3 -0
  138. package/dist/api/types/RedactedReasoningContent.d.ts +3 -0
  139. package/dist/api/types/SummarizedReasoningContent.d.ts +16 -0
  140. package/dist/api/types/SummarizedReasoningContentPart.d.ts +9 -0
  141. package/dist/api/types/index.d.ts +5 -91
  142. package/dist/api/types/index.js +5 -91
  143. package/dist/serialization/resources/templates/types/TemplatesGetTemplateSnapshotResponseAgentsItemAgentType.d.ts +1 -1
  144. package/dist/serialization/resources/templates/types/TemplatesGetTemplateSnapshotResponseAgentsItemAgentType.js +1 -0
  145. package/dist/serialization/types/AgentType.d.ts +1 -1
  146. package/dist/serialization/types/AgentType.js +1 -0
  147. package/dist/serialization/types/ChatCompletionMessageFunctionToolCall.d.ts +16 -0
  148. package/dist/serialization/types/{ChatCompletionMessageFunctionToolCallOutput.js → ChatCompletionMessageFunctionToolCall.js} +4 -4
  149. package/dist/serialization/types/{FunctionOutput.d.ts → Function.d.ts} +2 -2
  150. package/dist/serialization/types/{FunctionOutput.js → Function.js} +2 -2
  151. package/dist/serialization/types/{FunctionDefinitionOutput.d.ts → FunctionDefinition.d.ts} +2 -2
  152. package/dist/serialization/types/{FunctionDefinitionOutput.js → FunctionDefinition.js} +2 -2
  153. package/dist/serialization/types/FunctionTool.d.ts +2 -2
  154. package/dist/serialization/types/FunctionTool.js +2 -2
  155. package/dist/serialization/types/LettaSchemasAgentFileMessageSchema.d.ts +2 -2
  156. package/dist/serialization/types/LettaSchemasAgentFileMessageSchema.js +2 -2
  157. package/dist/serialization/types/Message.d.ts +2 -2
  158. package/dist/serialization/types/Message.js +2 -2
  159. package/dist/serialization/types/MessageContentItem.d.ts +2 -1
  160. package/dist/serialization/types/MessageContentItem.js +2 -0
  161. package/dist/serialization/types/SummarizedReasoningContent.d.ts +16 -0
  162. package/{serialization/types/ChatCompletionMessageCustomToolCallParam.js → dist/serialization/types/SummarizedReasoningContent.js} +6 -5
  163. package/dist/serialization/types/SummarizedReasoningContentPart.d.ts +13 -0
  164. package/{serialization/types/ChatCompletionContentPartTextParam.js → dist/serialization/types/SummarizedReasoningContentPart.js} +3 -3
  165. package/dist/serialization/types/index.d.ts +5 -91
  166. package/dist/serialization/types/index.js +5 -91
  167. package/dist/version.d.ts +1 -1
  168. package/dist/version.js +1 -1
  169. package/package.json +1 -1
  170. package/serialization/resources/templates/types/TemplatesGetTemplateSnapshotResponseAgentsItemAgentType.d.ts +1 -1
  171. package/serialization/resources/templates/types/TemplatesGetTemplateSnapshotResponseAgentsItemAgentType.js +1 -0
  172. package/serialization/types/AgentType.d.ts +1 -1
  173. package/serialization/types/AgentType.js +1 -0
  174. package/serialization/types/ChatCompletionMessageFunctionToolCall.d.ts +16 -0
  175. package/serialization/types/{ChatCompletionMessageFunctionToolCallOutput.js → ChatCompletionMessageFunctionToolCall.js} +4 -4
  176. package/serialization/types/{FunctionOutput.d.ts → Function.d.ts} +2 -2
  177. package/serialization/types/{FunctionOutput.js → Function.js} +2 -2
  178. package/serialization/types/{FunctionDefinitionOutput.d.ts → FunctionDefinition.d.ts} +2 -2
  179. package/serialization/types/{FunctionDefinitionOutput.js → FunctionDefinition.js} +2 -2
  180. package/serialization/types/FunctionTool.d.ts +2 -2
  181. package/serialization/types/FunctionTool.js +2 -2
  182. package/serialization/types/LettaSchemasAgentFileMessageSchema.d.ts +2 -2
  183. package/serialization/types/LettaSchemasAgentFileMessageSchema.js +2 -2
  184. package/serialization/types/Message.d.ts +2 -2
  185. package/serialization/types/Message.js +2 -2
  186. package/serialization/types/MessageContentItem.d.ts +2 -1
  187. package/serialization/types/MessageContentItem.js +2 -0
  188. package/serialization/types/SummarizedReasoningContent.d.ts +16 -0
  189. package/{dist/serialization/types/ChatCompletionMessageCustomToolCallParam.js → serialization/types/SummarizedReasoningContent.js} +6 -5
  190. package/serialization/types/SummarizedReasoningContentPart.d.ts +13 -0
  191. package/{dist/serialization/types/ChatCompletionContentPartTextParam.js → serialization/types/SummarizedReasoningContentPart.js} +3 -3
  192. package/serialization/types/index.d.ts +5 -91
  193. package/serialization/types/index.js +5 -91
  194. package/version.d.ts +1 -1
  195. package/version.js +1 -1
  196. package/api/types/Audio.d.ts +0 -6
  197. package/api/types/ChatCompletionAllowedToolChoiceParam.d.ts +0 -8
  198. package/api/types/ChatCompletionAllowedToolsParam.d.ts +0 -8
  199. package/api/types/ChatCompletionAllowedToolsParamMode.d.ts +0 -8
  200. package/api/types/ChatCompletionAllowedToolsParamMode.js +0 -10
  201. package/api/types/ChatCompletionAssistantMessageParam.d.ts +0 -13
  202. package/api/types/ChatCompletionAssistantMessageParamContent.d.ts +0 -5
  203. package/api/types/ChatCompletionAssistantMessageParamContentItem.d.ts +0 -5
  204. package/api/types/ChatCompletionAssistantMessageParamToolCallsItem.d.ts +0 -5
  205. package/api/types/ChatCompletionAudioParam.d.ts +0 -8
  206. package/api/types/ChatCompletionAudioParamFormat.d.ts +0 -12
  207. package/api/types/ChatCompletionAudioParamFormat.js +0 -14
  208. package/api/types/ChatCompletionAudioParamVoice.d.ts +0 -4
  209. package/api/types/ChatCompletionContentPartImageParam.d.ts +0 -8
  210. package/api/types/ChatCompletionContentPartInputAudioParam.d.ts +0 -8
  211. package/api/types/ChatCompletionContentPartInputAudioParam.js +0 -5
  212. package/api/types/ChatCompletionContentPartRefusalParam.d.ts +0 -7
  213. package/api/types/ChatCompletionContentPartRefusalParam.js +0 -5
  214. package/api/types/ChatCompletionContentPartTextParam.d.ts +0 -7
  215. package/api/types/ChatCompletionContentPartTextParam.js +0 -5
  216. package/api/types/ChatCompletionCustomToolParam.d.ts +0 -8
  217. package/api/types/ChatCompletionCustomToolParam.js +0 -5
  218. package/api/types/ChatCompletionDeveloperMessageParam.d.ts +0 -9
  219. package/api/types/ChatCompletionDeveloperMessageParam.js +0 -5
  220. package/api/types/ChatCompletionDeveloperMessageParamContent.d.ts +0 -5
  221. package/api/types/ChatCompletionDeveloperMessageParamContent.js +0 -5
  222. package/api/types/ChatCompletionFunctionCallOptionParam.d.ts +0 -6
  223. package/api/types/ChatCompletionFunctionCallOptionParam.js +0 -5
  224. package/api/types/ChatCompletionFunctionMessageParam.d.ts +0 -8
  225. package/api/types/ChatCompletionFunctionMessageParam.js +0 -5
  226. package/api/types/ChatCompletionFunctionToolParam.d.ts +0 -8
  227. package/api/types/ChatCompletionFunctionToolParam.js +0 -5
  228. package/api/types/ChatCompletionMessageCustomToolCallParam.d.ts +0 -9
  229. package/api/types/ChatCompletionMessageCustomToolCallParam.js +0 -5
  230. package/api/types/ChatCompletionMessageFunctionToolCallInput.d.ts +0 -11
  231. package/api/types/ChatCompletionMessageFunctionToolCallInput.js +0 -5
  232. package/api/types/ChatCompletionMessageFunctionToolCallOutput.js +0 -5
  233. package/api/types/ChatCompletionMessageFunctionToolCallParam.d.ts +0 -9
  234. package/api/types/ChatCompletionMessageFunctionToolCallParam.js +0 -5
  235. package/api/types/ChatCompletionNamedToolChoiceCustomParam.d.ts +0 -8
  236. package/api/types/ChatCompletionNamedToolChoiceCustomParam.js +0 -5
  237. package/api/types/ChatCompletionNamedToolChoiceParam.d.ts +0 -8
  238. package/api/types/ChatCompletionNamedToolChoiceParam.js +0 -5
  239. package/api/types/ChatCompletionPredictionContentParam.d.ts +0 -8
  240. package/api/types/ChatCompletionPredictionContentParam.js +0 -5
  241. package/api/types/ChatCompletionPredictionContentParamContent.d.ts +0 -5
  242. package/api/types/ChatCompletionPredictionContentParamContent.js +0 -5
  243. package/api/types/ChatCompletionStreamOptionsParam.d.ts +0 -7
  244. package/api/types/ChatCompletionStreamOptionsParam.js +0 -5
  245. package/api/types/ChatCompletionSystemMessageParam.d.ts +0 -9
  246. package/api/types/ChatCompletionSystemMessageParam.js +0 -5
  247. package/api/types/ChatCompletionSystemMessageParamContent.d.ts +0 -5
  248. package/api/types/ChatCompletionSystemMessageParamContent.js +0 -5
  249. package/api/types/ChatCompletionToolMessageParam.d.ts +0 -9
  250. package/api/types/ChatCompletionToolMessageParam.js +0 -5
  251. package/api/types/ChatCompletionToolMessageParamContent.d.ts +0 -5
  252. package/api/types/ChatCompletionToolMessageParamContent.js +0 -5
  253. package/api/types/ChatCompletionUserMessageParam.d.ts +0 -9
  254. package/api/types/ChatCompletionUserMessageParam.js +0 -5
  255. package/api/types/ChatCompletionUserMessageParamContent.d.ts +0 -5
  256. package/api/types/ChatCompletionUserMessageParamContent.js +0 -5
  257. package/api/types/ChatCompletionUserMessageParamContentItem.d.ts +0 -5
  258. package/api/types/ChatCompletionUserMessageParamContentItem.js +0 -5
  259. package/api/types/CompletionCreateParamsNonStreaming.d.ts +0 -40
  260. package/api/types/CompletionCreateParamsNonStreaming.js +0 -5
  261. package/api/types/CompletionCreateParamsNonStreamingFunctionCall.d.ts +0 -5
  262. package/api/types/CompletionCreateParamsNonStreamingFunctionCall.js +0 -5
  263. package/api/types/CompletionCreateParamsNonStreamingMessagesItem.d.ts +0 -5
  264. package/api/types/CompletionCreateParamsNonStreamingMessagesItem.js +0 -5
  265. package/api/types/CompletionCreateParamsNonStreamingModalitiesItem.d.ts +0 -8
  266. package/api/types/CompletionCreateParamsNonStreamingModalitiesItem.js +0 -10
  267. package/api/types/CompletionCreateParamsNonStreamingModel.d.ts +0 -4
  268. package/api/types/CompletionCreateParamsNonStreamingModel.js +0 -5
  269. package/api/types/CompletionCreateParamsNonStreamingReasoningEffort.d.ts +0 -10
  270. package/api/types/CompletionCreateParamsNonStreamingReasoningEffort.js +0 -12
  271. package/api/types/CompletionCreateParamsNonStreamingResponseFormat.d.ts +0 -5
  272. package/api/types/CompletionCreateParamsNonStreamingResponseFormat.js +0 -5
  273. package/api/types/CompletionCreateParamsNonStreamingServiceTier.d.ts +0 -11
  274. package/api/types/CompletionCreateParamsNonStreamingServiceTier.js +0 -13
  275. package/api/types/CompletionCreateParamsNonStreamingStop.d.ts +0 -4
  276. package/api/types/CompletionCreateParamsNonStreamingStop.js +0 -5
  277. package/api/types/CompletionCreateParamsNonStreamingToolChoice.d.ts +0 -5
  278. package/api/types/CompletionCreateParamsNonStreamingToolChoice.js +0 -5
  279. package/api/types/CompletionCreateParamsNonStreamingToolsItem.d.ts +0 -5
  280. package/api/types/CompletionCreateParamsNonStreamingToolsItem.js +0 -5
  281. package/api/types/CompletionCreateParamsNonStreamingVerbosity.d.ts +0 -9
  282. package/api/types/CompletionCreateParamsNonStreamingVerbosity.js +0 -11
  283. package/api/types/CompletionCreateParamsStreaming.d.ts +0 -40
  284. package/api/types/CompletionCreateParamsStreaming.js +0 -5
  285. package/api/types/CompletionCreateParamsStreamingFunctionCall.d.ts +0 -5
  286. package/api/types/CompletionCreateParamsStreamingFunctionCall.js +0 -5
  287. package/api/types/CompletionCreateParamsStreamingMessagesItem.d.ts +0 -5
  288. package/api/types/CompletionCreateParamsStreamingMessagesItem.js +0 -5
  289. package/api/types/CompletionCreateParamsStreamingModalitiesItem.d.ts +0 -8
  290. package/api/types/CompletionCreateParamsStreamingModalitiesItem.js +0 -10
  291. package/api/types/CompletionCreateParamsStreamingModel.d.ts +0 -4
  292. package/api/types/CompletionCreateParamsStreamingModel.js +0 -5
  293. package/api/types/CompletionCreateParamsStreamingReasoningEffort.d.ts +0 -10
  294. package/api/types/CompletionCreateParamsStreamingReasoningEffort.js +0 -12
  295. package/api/types/CompletionCreateParamsStreamingResponseFormat.d.ts +0 -5
  296. package/api/types/CompletionCreateParamsStreamingResponseFormat.js +0 -5
  297. package/api/types/CompletionCreateParamsStreamingServiceTier.d.ts +0 -11
  298. package/api/types/CompletionCreateParamsStreamingServiceTier.js +0 -13
  299. package/api/types/CompletionCreateParamsStreamingStop.d.ts +0 -4
  300. package/api/types/CompletionCreateParamsStreamingStop.js +0 -5
  301. package/api/types/CompletionCreateParamsStreamingToolChoice.d.ts +0 -5
  302. package/api/types/CompletionCreateParamsStreamingToolChoice.js +0 -5
  303. package/api/types/CompletionCreateParamsStreamingToolsItem.d.ts +0 -5
  304. package/api/types/CompletionCreateParamsStreamingToolsItem.js +0 -5
  305. package/api/types/CompletionCreateParamsStreamingVerbosity.d.ts +0 -9
  306. package/api/types/CompletionCreateParamsStreamingVerbosity.js +0 -11
  307. package/api/types/CustomFormatGrammar.d.ts +0 -8
  308. package/api/types/CustomFormatGrammar.js +0 -5
  309. package/api/types/CustomFormatGrammarGrammar.d.ts +0 -8
  310. package/api/types/CustomFormatGrammarGrammar.js +0 -5
  311. package/api/types/CustomFormatGrammarGrammarSyntax.d.ts +0 -8
  312. package/api/types/CustomFormatGrammarGrammarSyntax.js +0 -10
  313. package/api/types/CustomFormatText.d.ts +0 -6
  314. package/api/types/CustomFormatText.js +0 -5
  315. package/api/types/FileFile.d.ts +0 -8
  316. package/api/types/FileFile.js +0 -5
  317. package/api/types/File_.d.ts +0 -8
  318. package/api/types/File_.js +0 -5
  319. package/api/types/FunctionCall.d.ts +0 -7
  320. package/api/types/FunctionCall.js +0 -5
  321. package/api/types/FunctionDefinitionInput.d.ts +0 -9
  322. package/api/types/FunctionDefinitionInput.js +0 -5
  323. package/api/types/FunctionDefinitionOutput.js +0 -5
  324. package/api/types/FunctionOutput.js +0 -5
  325. package/api/types/ImageUrl.d.ts +0 -8
  326. package/api/types/ImageUrl.js +0 -5
  327. package/api/types/ImageUrlDetail.d.ts +0 -9
  328. package/api/types/ImageUrlDetail.js +0 -11
  329. package/api/types/InputAudio.d.ts +0 -8
  330. package/api/types/InputAudio.js +0 -5
  331. package/api/types/InputAudioFormat.d.ts +0 -8
  332. package/api/types/InputAudioFormat.js +0 -10
  333. package/api/types/JsonSchema.d.ts +0 -9
  334. package/api/types/JsonSchema.js +0 -5
  335. package/api/types/OpenaiTypesChatChatCompletionCustomToolParamCustom.d.ts +0 -9
  336. package/api/types/OpenaiTypesChatChatCompletionCustomToolParamCustom.js +0 -5
  337. package/api/types/OpenaiTypesChatChatCompletionCustomToolParamCustomFormat.d.ts +0 -5
  338. package/api/types/OpenaiTypesChatChatCompletionCustomToolParamCustomFormat.js +0 -5
  339. package/api/types/OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom.d.ts +0 -7
  340. package/api/types/OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom.js +0 -5
  341. package/api/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction.d.ts +0 -9
  342. package/api/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction.js +0 -5
  343. package/api/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction.d.ts +0 -7
  344. package/api/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction.js +0 -5
  345. package/api/types/OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom.d.ts +0 -6
  346. package/api/types/OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom.js +0 -5
  347. package/api/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.d.ts +0 -6
  348. package/api/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.js +0 -5
  349. package/api/types/OpenaiTypesChatCompletionCreateParamsFunction.d.ts +0 -8
  350. package/api/types/OpenaiTypesChatCompletionCreateParamsFunction.js +0 -5
  351. package/api/types/ResponseFormatJsonObject.d.ts +0 -6
  352. package/api/types/ResponseFormatJsonObject.js +0 -5
  353. package/api/types/ResponseFormatJsonSchema.d.ts +0 -8
  354. package/api/types/ResponseFormatJsonSchema.js +0 -5
  355. package/api/types/ResponseFormatText.d.ts +0 -6
  356. package/api/types/ResponseFormatText.js +0 -5
  357. package/api/types/WebSearchOptions.d.ts +0 -8
  358. package/api/types/WebSearchOptions.js +0 -5
  359. package/api/types/WebSearchOptionsSearchContextSize.d.ts +0 -9
  360. package/api/types/WebSearchOptionsSearchContextSize.js +0 -11
  361. package/api/types/WebSearchOptionsUserLocation.d.ts +0 -8
  362. package/api/types/WebSearchOptionsUserLocation.js +0 -5
  363. package/api/types/WebSearchOptionsUserLocationApproximate.d.ts +0 -9
  364. package/api/types/WebSearchOptionsUserLocationApproximate.js +0 -5
  365. package/dist/api/types/Audio.d.ts +0 -6
  366. package/dist/api/types/Audio.js +0 -5
  367. package/dist/api/types/ChatCompletionAllowedToolChoiceParam.d.ts +0 -8
  368. package/dist/api/types/ChatCompletionAllowedToolChoiceParam.js +0 -5
  369. package/dist/api/types/ChatCompletionAllowedToolsParam.d.ts +0 -8
  370. package/dist/api/types/ChatCompletionAllowedToolsParam.js +0 -5
  371. package/dist/api/types/ChatCompletionAllowedToolsParamMode.d.ts +0 -8
  372. package/dist/api/types/ChatCompletionAllowedToolsParamMode.js +0 -10
  373. package/dist/api/types/ChatCompletionAssistantMessageParam.d.ts +0 -13
  374. package/dist/api/types/ChatCompletionAssistantMessageParam.js +0 -5
  375. package/dist/api/types/ChatCompletionAssistantMessageParamContent.d.ts +0 -5
  376. package/dist/api/types/ChatCompletionAssistantMessageParamContent.js +0 -5
  377. package/dist/api/types/ChatCompletionAssistantMessageParamContentItem.d.ts +0 -5
  378. package/dist/api/types/ChatCompletionAssistantMessageParamContentItem.js +0 -5
  379. package/dist/api/types/ChatCompletionAssistantMessageParamToolCallsItem.d.ts +0 -5
  380. package/dist/api/types/ChatCompletionAssistantMessageParamToolCallsItem.js +0 -5
  381. package/dist/api/types/ChatCompletionAudioParam.d.ts +0 -8
  382. package/dist/api/types/ChatCompletionAudioParam.js +0 -5
  383. package/dist/api/types/ChatCompletionAudioParamFormat.d.ts +0 -12
  384. package/dist/api/types/ChatCompletionAudioParamFormat.js +0 -14
  385. package/dist/api/types/ChatCompletionAudioParamVoice.d.ts +0 -4
  386. package/dist/api/types/ChatCompletionAudioParamVoice.js +0 -5
  387. package/dist/api/types/ChatCompletionContentPartImageParam.d.ts +0 -8
  388. package/dist/api/types/ChatCompletionContentPartImageParam.js +0 -5
  389. package/dist/api/types/ChatCompletionContentPartInputAudioParam.d.ts +0 -8
  390. package/dist/api/types/ChatCompletionContentPartInputAudioParam.js +0 -5
  391. package/dist/api/types/ChatCompletionContentPartRefusalParam.d.ts +0 -7
  392. package/dist/api/types/ChatCompletionContentPartRefusalParam.js +0 -5
  393. package/dist/api/types/ChatCompletionContentPartTextParam.d.ts +0 -7
  394. package/dist/api/types/ChatCompletionContentPartTextParam.js +0 -5
  395. package/dist/api/types/ChatCompletionCustomToolParam.d.ts +0 -8
  396. package/dist/api/types/ChatCompletionCustomToolParam.js +0 -5
  397. package/dist/api/types/ChatCompletionDeveloperMessageParam.d.ts +0 -9
  398. package/dist/api/types/ChatCompletionDeveloperMessageParam.js +0 -5
  399. package/dist/api/types/ChatCompletionDeveloperMessageParamContent.d.ts +0 -5
  400. package/dist/api/types/ChatCompletionDeveloperMessageParamContent.js +0 -5
  401. package/dist/api/types/ChatCompletionFunctionCallOptionParam.d.ts +0 -6
  402. package/dist/api/types/ChatCompletionFunctionCallOptionParam.js +0 -5
  403. package/dist/api/types/ChatCompletionFunctionMessageParam.d.ts +0 -8
  404. package/dist/api/types/ChatCompletionFunctionMessageParam.js +0 -5
  405. package/dist/api/types/ChatCompletionFunctionToolParam.d.ts +0 -8
  406. package/dist/api/types/ChatCompletionFunctionToolParam.js +0 -5
  407. package/dist/api/types/ChatCompletionMessageCustomToolCallParam.d.ts +0 -9
  408. package/dist/api/types/ChatCompletionMessageCustomToolCallParam.js +0 -5
  409. package/dist/api/types/ChatCompletionMessageFunctionToolCallInput.d.ts +0 -11
  410. package/dist/api/types/ChatCompletionMessageFunctionToolCallInput.js +0 -5
  411. package/dist/api/types/ChatCompletionMessageFunctionToolCallOutput.js +0 -5
  412. package/dist/api/types/ChatCompletionMessageFunctionToolCallParam.d.ts +0 -9
  413. package/dist/api/types/ChatCompletionMessageFunctionToolCallParam.js +0 -5
  414. package/dist/api/types/ChatCompletionNamedToolChoiceCustomParam.d.ts +0 -8
  415. package/dist/api/types/ChatCompletionNamedToolChoiceCustomParam.js +0 -5
  416. package/dist/api/types/ChatCompletionNamedToolChoiceParam.d.ts +0 -8
  417. package/dist/api/types/ChatCompletionNamedToolChoiceParam.js +0 -5
  418. package/dist/api/types/ChatCompletionPredictionContentParam.d.ts +0 -8
  419. package/dist/api/types/ChatCompletionPredictionContentParam.js +0 -5
  420. package/dist/api/types/ChatCompletionPredictionContentParamContent.d.ts +0 -5
  421. package/dist/api/types/ChatCompletionPredictionContentParamContent.js +0 -5
  422. package/dist/api/types/ChatCompletionStreamOptionsParam.d.ts +0 -7
  423. package/dist/api/types/ChatCompletionStreamOptionsParam.js +0 -5
  424. package/dist/api/types/ChatCompletionSystemMessageParam.d.ts +0 -9
  425. package/dist/api/types/ChatCompletionSystemMessageParam.js +0 -5
  426. package/dist/api/types/ChatCompletionSystemMessageParamContent.d.ts +0 -5
  427. package/dist/api/types/ChatCompletionSystemMessageParamContent.js +0 -5
  428. package/dist/api/types/ChatCompletionToolMessageParam.d.ts +0 -9
  429. package/dist/api/types/ChatCompletionToolMessageParam.js +0 -5
  430. package/dist/api/types/ChatCompletionToolMessageParamContent.d.ts +0 -5
  431. package/dist/api/types/ChatCompletionToolMessageParamContent.js +0 -5
  432. package/dist/api/types/ChatCompletionUserMessageParam.d.ts +0 -9
  433. package/dist/api/types/ChatCompletionUserMessageParam.js +0 -5
  434. package/dist/api/types/ChatCompletionUserMessageParamContent.d.ts +0 -5
  435. package/dist/api/types/ChatCompletionUserMessageParamContent.js +0 -5
  436. package/dist/api/types/ChatCompletionUserMessageParamContentItem.d.ts +0 -5
  437. package/dist/api/types/ChatCompletionUserMessageParamContentItem.js +0 -5
  438. package/dist/api/types/CompletionCreateParamsNonStreaming.d.ts +0 -40
  439. package/dist/api/types/CompletionCreateParamsNonStreaming.js +0 -5
  440. package/dist/api/types/CompletionCreateParamsNonStreamingFunctionCall.d.ts +0 -5
  441. package/dist/api/types/CompletionCreateParamsNonStreamingFunctionCall.js +0 -5
  442. package/dist/api/types/CompletionCreateParamsNonStreamingMessagesItem.d.ts +0 -5
  443. package/dist/api/types/CompletionCreateParamsNonStreamingMessagesItem.js +0 -5
  444. package/dist/api/types/CompletionCreateParamsNonStreamingModalitiesItem.d.ts +0 -8
  445. package/dist/api/types/CompletionCreateParamsNonStreamingModalitiesItem.js +0 -10
  446. package/dist/api/types/CompletionCreateParamsNonStreamingModel.d.ts +0 -4
  447. package/dist/api/types/CompletionCreateParamsNonStreamingModel.js +0 -5
  448. package/dist/api/types/CompletionCreateParamsNonStreamingReasoningEffort.d.ts +0 -10
  449. package/dist/api/types/CompletionCreateParamsNonStreamingReasoningEffort.js +0 -12
  450. package/dist/api/types/CompletionCreateParamsNonStreamingResponseFormat.d.ts +0 -5
  451. package/dist/api/types/CompletionCreateParamsNonStreamingResponseFormat.js +0 -5
  452. package/dist/api/types/CompletionCreateParamsNonStreamingServiceTier.d.ts +0 -11
  453. package/dist/api/types/CompletionCreateParamsNonStreamingServiceTier.js +0 -13
  454. package/dist/api/types/CompletionCreateParamsNonStreamingStop.d.ts +0 -4
  455. package/dist/api/types/CompletionCreateParamsNonStreamingStop.js +0 -5
  456. package/dist/api/types/CompletionCreateParamsNonStreamingToolChoice.d.ts +0 -5
  457. package/dist/api/types/CompletionCreateParamsNonStreamingToolChoice.js +0 -5
  458. package/dist/api/types/CompletionCreateParamsNonStreamingToolsItem.d.ts +0 -5
  459. package/dist/api/types/CompletionCreateParamsNonStreamingToolsItem.js +0 -5
  460. package/dist/api/types/CompletionCreateParamsNonStreamingVerbosity.d.ts +0 -9
  461. package/dist/api/types/CompletionCreateParamsNonStreamingVerbosity.js +0 -11
  462. package/dist/api/types/CompletionCreateParamsStreaming.d.ts +0 -40
  463. package/dist/api/types/CompletionCreateParamsStreaming.js +0 -5
  464. package/dist/api/types/CompletionCreateParamsStreamingFunctionCall.d.ts +0 -5
  465. package/dist/api/types/CompletionCreateParamsStreamingFunctionCall.js +0 -5
  466. package/dist/api/types/CompletionCreateParamsStreamingMessagesItem.d.ts +0 -5
  467. package/dist/api/types/CompletionCreateParamsStreamingMessagesItem.js +0 -5
  468. package/dist/api/types/CompletionCreateParamsStreamingModalitiesItem.d.ts +0 -8
  469. package/dist/api/types/CompletionCreateParamsStreamingModalitiesItem.js +0 -10
  470. package/dist/api/types/CompletionCreateParamsStreamingModel.d.ts +0 -4
  471. package/dist/api/types/CompletionCreateParamsStreamingModel.js +0 -5
  472. package/dist/api/types/CompletionCreateParamsStreamingReasoningEffort.d.ts +0 -10
  473. package/dist/api/types/CompletionCreateParamsStreamingReasoningEffort.js +0 -12
  474. package/dist/api/types/CompletionCreateParamsStreamingResponseFormat.d.ts +0 -5
  475. package/dist/api/types/CompletionCreateParamsStreamingResponseFormat.js +0 -5
  476. package/dist/api/types/CompletionCreateParamsStreamingServiceTier.d.ts +0 -11
  477. package/dist/api/types/CompletionCreateParamsStreamingServiceTier.js +0 -13
  478. package/dist/api/types/CompletionCreateParamsStreamingStop.d.ts +0 -4
  479. package/dist/api/types/CompletionCreateParamsStreamingStop.js +0 -5
  480. package/dist/api/types/CompletionCreateParamsStreamingToolChoice.d.ts +0 -5
  481. package/dist/api/types/CompletionCreateParamsStreamingToolChoice.js +0 -5
  482. package/dist/api/types/CompletionCreateParamsStreamingToolsItem.d.ts +0 -5
  483. package/dist/api/types/CompletionCreateParamsStreamingToolsItem.js +0 -5
  484. package/dist/api/types/CompletionCreateParamsStreamingVerbosity.d.ts +0 -9
  485. package/dist/api/types/CompletionCreateParamsStreamingVerbosity.js +0 -11
  486. package/dist/api/types/CustomFormatGrammar.d.ts +0 -8
  487. package/dist/api/types/CustomFormatGrammar.js +0 -5
  488. package/dist/api/types/CustomFormatGrammarGrammar.d.ts +0 -8
  489. package/dist/api/types/CustomFormatGrammarGrammar.js +0 -5
  490. package/dist/api/types/CustomFormatGrammarGrammarSyntax.d.ts +0 -8
  491. package/dist/api/types/CustomFormatGrammarGrammarSyntax.js +0 -10
  492. package/dist/api/types/CustomFormatText.d.ts +0 -6
  493. package/dist/api/types/CustomFormatText.js +0 -5
  494. package/dist/api/types/FileFile.d.ts +0 -8
  495. package/dist/api/types/FileFile.js +0 -5
  496. package/dist/api/types/File_.d.ts +0 -8
  497. package/dist/api/types/File_.js +0 -5
  498. package/dist/api/types/FunctionCall.d.ts +0 -7
  499. package/dist/api/types/FunctionCall.js +0 -5
  500. package/dist/api/types/FunctionDefinitionInput.d.ts +0 -9
  501. package/dist/api/types/FunctionDefinitionInput.js +0 -5
  502. package/dist/api/types/FunctionDefinitionOutput.js +0 -5
  503. package/dist/api/types/FunctionOutput.js +0 -5
  504. package/dist/api/types/ImageUrl.d.ts +0 -8
  505. package/dist/api/types/ImageUrl.js +0 -5
  506. package/dist/api/types/ImageUrlDetail.d.ts +0 -9
  507. package/dist/api/types/ImageUrlDetail.js +0 -11
  508. package/dist/api/types/InputAudio.d.ts +0 -8
  509. package/dist/api/types/InputAudio.js +0 -5
  510. package/dist/api/types/InputAudioFormat.d.ts +0 -8
  511. package/dist/api/types/InputAudioFormat.js +0 -10
  512. package/dist/api/types/JsonSchema.d.ts +0 -9
  513. package/dist/api/types/JsonSchema.js +0 -5
  514. package/dist/api/types/OpenaiTypesChatChatCompletionCustomToolParamCustom.d.ts +0 -9
  515. package/dist/api/types/OpenaiTypesChatChatCompletionCustomToolParamCustom.js +0 -5
  516. package/dist/api/types/OpenaiTypesChatChatCompletionCustomToolParamCustomFormat.d.ts +0 -5
  517. package/dist/api/types/OpenaiTypesChatChatCompletionCustomToolParamCustomFormat.js +0 -5
  518. package/dist/api/types/OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom.d.ts +0 -7
  519. package/dist/api/types/OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom.js +0 -5
  520. package/dist/api/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction.d.ts +0 -9
  521. package/dist/api/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction.js +0 -5
  522. package/dist/api/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction.d.ts +0 -7
  523. package/dist/api/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction.js +0 -5
  524. package/dist/api/types/OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom.d.ts +0 -6
  525. package/dist/api/types/OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom.js +0 -5
  526. package/dist/api/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.d.ts +0 -6
  527. package/dist/api/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.js +0 -5
  528. package/dist/api/types/OpenaiTypesChatCompletionCreateParamsFunction.d.ts +0 -8
  529. package/dist/api/types/OpenaiTypesChatCompletionCreateParamsFunction.js +0 -5
  530. package/dist/api/types/ResponseFormatJsonObject.d.ts +0 -6
  531. package/dist/api/types/ResponseFormatJsonObject.js +0 -5
  532. package/dist/api/types/ResponseFormatJsonSchema.d.ts +0 -8
  533. package/dist/api/types/ResponseFormatJsonSchema.js +0 -5
  534. package/dist/api/types/ResponseFormatText.d.ts +0 -6
  535. package/dist/api/types/ResponseFormatText.js +0 -5
  536. package/dist/api/types/WebSearchOptions.d.ts +0 -8
  537. package/dist/api/types/WebSearchOptions.js +0 -5
  538. package/dist/api/types/WebSearchOptionsSearchContextSize.d.ts +0 -9
  539. package/dist/api/types/WebSearchOptionsSearchContextSize.js +0 -11
  540. package/dist/api/types/WebSearchOptionsUserLocation.d.ts +0 -8
  541. package/dist/api/types/WebSearchOptionsUserLocation.js +0 -5
  542. package/dist/api/types/WebSearchOptionsUserLocationApproximate.d.ts +0 -9
  543. package/dist/api/types/WebSearchOptionsUserLocationApproximate.js +0 -5
  544. package/dist/serialization/types/Audio.d.ts +0 -12
  545. package/dist/serialization/types/Audio.js +0 -43
  546. package/dist/serialization/types/ChatCompletionAllowedToolChoiceParam.d.ts +0 -14
  547. package/dist/serialization/types/ChatCompletionAllowedToolChoiceParam.js +0 -45
  548. package/dist/serialization/types/ChatCompletionAllowedToolsParam.d.ts +0 -14
  549. package/dist/serialization/types/ChatCompletionAllowedToolsParam.js +0 -45
  550. package/dist/serialization/types/ChatCompletionAllowedToolsParamMode.d.ts +0 -10
  551. package/dist/serialization/types/ChatCompletionAllowedToolsParamMode.js +0 -41
  552. package/dist/serialization/types/ChatCompletionAssistantMessageParam.d.ts +0 -22
  553. package/dist/serialization/types/ChatCompletionAssistantMessageParam.js +0 -53
  554. package/dist/serialization/types/ChatCompletionAssistantMessageParamContent.d.ts +0 -11
  555. package/dist/serialization/types/ChatCompletionAssistantMessageParamContent.js +0 -45
  556. package/dist/serialization/types/ChatCompletionAssistantMessageParamContentItem.d.ts +0 -12
  557. package/dist/serialization/types/ChatCompletionAssistantMessageParamContentItem.js +0 -46
  558. package/dist/serialization/types/ChatCompletionAssistantMessageParamToolCallsItem.d.ts +0 -12
  559. package/dist/serialization/types/ChatCompletionAssistantMessageParamToolCallsItem.js +0 -46
  560. package/dist/serialization/types/ChatCompletionAudioParam.d.ts +0 -15
  561. package/dist/serialization/types/ChatCompletionAudioParam.js +0 -46
  562. package/dist/serialization/types/ChatCompletionAudioParamFormat.d.ts +0 -10
  563. package/dist/serialization/types/ChatCompletionAudioParamFormat.js +0 -41
  564. package/dist/serialization/types/ChatCompletionAudioParamVoice.d.ts +0 -10
  565. package/dist/serialization/types/ChatCompletionAudioParamVoice.js +0 -51
  566. package/dist/serialization/types/ChatCompletionContentPartImageParam.d.ts +0 -14
  567. package/dist/serialization/types/ChatCompletionContentPartImageParam.js +0 -45
  568. package/dist/serialization/types/ChatCompletionContentPartInputAudioParam.d.ts +0 -14
  569. package/dist/serialization/types/ChatCompletionContentPartInputAudioParam.js +0 -45
  570. package/dist/serialization/types/ChatCompletionContentPartRefusalParam.d.ts +0 -13
  571. package/dist/serialization/types/ChatCompletionContentPartRefusalParam.js +0 -44
  572. package/dist/serialization/types/ChatCompletionContentPartTextParam.d.ts +0 -13
  573. package/dist/serialization/types/ChatCompletionCustomToolParam.d.ts +0 -14
  574. package/dist/serialization/types/ChatCompletionCustomToolParam.js +0 -45
  575. package/dist/serialization/types/ChatCompletionDeveloperMessageParam.d.ts +0 -15
  576. package/dist/serialization/types/ChatCompletionDeveloperMessageParam.js +0 -46
  577. package/dist/serialization/types/ChatCompletionDeveloperMessageParamContent.d.ts +0 -11
  578. package/dist/serialization/types/ChatCompletionDeveloperMessageParamContent.js +0 -45
  579. package/dist/serialization/types/ChatCompletionFunctionCallOptionParam.d.ts +0 -12
  580. package/dist/serialization/types/ChatCompletionFunctionCallOptionParam.js +0 -43
  581. package/dist/serialization/types/ChatCompletionFunctionMessageParam.d.ts +0 -14
  582. package/dist/serialization/types/ChatCompletionFunctionMessageParam.js +0 -45
  583. package/dist/serialization/types/ChatCompletionFunctionToolParam.d.ts +0 -14
  584. package/dist/serialization/types/ChatCompletionFunctionToolParam.js +0 -45
  585. package/dist/serialization/types/ChatCompletionMessageCustomToolCallParam.d.ts +0 -15
  586. package/dist/serialization/types/ChatCompletionMessageFunctionToolCallInput.d.ts +0 -16
  587. package/dist/serialization/types/ChatCompletionMessageFunctionToolCallInput.js +0 -48
  588. package/dist/serialization/types/ChatCompletionMessageFunctionToolCallOutput.d.ts +0 -16
  589. package/dist/serialization/types/ChatCompletionMessageFunctionToolCallParam.d.ts +0 -15
  590. package/dist/serialization/types/ChatCompletionMessageFunctionToolCallParam.js +0 -46
  591. package/dist/serialization/types/ChatCompletionNamedToolChoiceCustomParam.d.ts +0 -14
  592. package/dist/serialization/types/ChatCompletionNamedToolChoiceCustomParam.js +0 -45
  593. package/dist/serialization/types/ChatCompletionNamedToolChoiceParam.d.ts +0 -14
  594. package/dist/serialization/types/ChatCompletionNamedToolChoiceParam.js +0 -45
  595. package/dist/serialization/types/ChatCompletionPredictionContentParam.d.ts +0 -14
  596. package/dist/serialization/types/ChatCompletionPredictionContentParam.js +0 -45
  597. package/dist/serialization/types/ChatCompletionPredictionContentParamContent.d.ts +0 -11
  598. package/dist/serialization/types/ChatCompletionPredictionContentParamContent.js +0 -45
  599. package/dist/serialization/types/ChatCompletionStreamOptionsParam.d.ts +0 -13
  600. package/dist/serialization/types/ChatCompletionStreamOptionsParam.js +0 -44
  601. package/dist/serialization/types/ChatCompletionSystemMessageParam.d.ts +0 -15
  602. package/dist/serialization/types/ChatCompletionSystemMessageParam.js +0 -46
  603. package/dist/serialization/types/ChatCompletionSystemMessageParamContent.d.ts +0 -11
  604. package/dist/serialization/types/ChatCompletionSystemMessageParamContent.js +0 -45
  605. package/dist/serialization/types/ChatCompletionToolMessageParam.d.ts +0 -15
  606. package/dist/serialization/types/ChatCompletionToolMessageParam.js +0 -46
  607. package/dist/serialization/types/ChatCompletionToolMessageParamContent.d.ts +0 -11
  608. package/dist/serialization/types/ChatCompletionToolMessageParamContent.js +0 -45
  609. package/dist/serialization/types/ChatCompletionUserMessageParam.d.ts +0 -15
  610. package/dist/serialization/types/ChatCompletionUserMessageParam.js +0 -46
  611. package/dist/serialization/types/ChatCompletionUserMessageParamContent.d.ts +0 -11
  612. package/dist/serialization/types/ChatCompletionUserMessageParamContent.js +0 -45
  613. package/dist/serialization/types/ChatCompletionUserMessageParamContentItem.d.ts +0 -14
  614. package/dist/serialization/types/ChatCompletionUserMessageParamContentItem.js +0 -50
  615. package/dist/serialization/types/CompletionCreateParamsNonStreaming.d.ts +0 -61
  616. package/dist/serialization/types/CompletionCreateParamsNonStreaming.js +0 -92
  617. package/dist/serialization/types/CompletionCreateParamsNonStreamingFunctionCall.d.ts +0 -11
  618. package/dist/serialization/types/CompletionCreateParamsNonStreamingFunctionCall.js +0 -46
  619. package/dist/serialization/types/CompletionCreateParamsNonStreamingMessagesItem.d.ts +0 -16
  620. package/dist/serialization/types/CompletionCreateParamsNonStreamingMessagesItem.js +0 -54
  621. package/dist/serialization/types/CompletionCreateParamsNonStreamingModalitiesItem.d.ts +0 -10
  622. package/dist/serialization/types/CompletionCreateParamsNonStreamingModalitiesItem.js +0 -41
  623. package/dist/serialization/types/CompletionCreateParamsNonStreamingModel.d.ts +0 -10
  624. package/dist/serialization/types/CompletionCreateParamsNonStreamingModel.js +0 -105
  625. package/dist/serialization/types/CompletionCreateParamsNonStreamingReasoningEffort.d.ts +0 -10
  626. package/dist/serialization/types/CompletionCreateParamsNonStreamingReasoningEffort.js +0 -41
  627. package/dist/serialization/types/CompletionCreateParamsNonStreamingResponseFormat.d.ts +0 -13
  628. package/dist/serialization/types/CompletionCreateParamsNonStreamingResponseFormat.js +0 -44
  629. package/dist/serialization/types/CompletionCreateParamsNonStreamingServiceTier.d.ts +0 -10
  630. package/dist/serialization/types/CompletionCreateParamsNonStreamingServiceTier.js +0 -41
  631. package/dist/serialization/types/CompletionCreateParamsNonStreamingStop.d.ts +0 -10
  632. package/dist/serialization/types/CompletionCreateParamsNonStreamingStop.js +0 -44
  633. package/dist/serialization/types/CompletionCreateParamsNonStreamingToolChoice.d.ts +0 -13
  634. package/dist/serialization/types/CompletionCreateParamsNonStreamingToolChoice.js +0 -51
  635. package/dist/serialization/types/CompletionCreateParamsNonStreamingToolsItem.d.ts +0 -12
  636. package/dist/serialization/types/CompletionCreateParamsNonStreamingToolsItem.js +0 -43
  637. package/dist/serialization/types/CompletionCreateParamsNonStreamingVerbosity.d.ts +0 -10
  638. package/dist/serialization/types/CompletionCreateParamsNonStreamingVerbosity.js +0 -41
  639. package/dist/serialization/types/CompletionCreateParamsStreaming.d.ts +0 -61
  640. package/dist/serialization/types/CompletionCreateParamsStreaming.js +0 -92
  641. package/dist/serialization/types/CompletionCreateParamsStreamingFunctionCall.d.ts +0 -11
  642. package/dist/serialization/types/CompletionCreateParamsStreamingFunctionCall.js +0 -46
  643. package/dist/serialization/types/CompletionCreateParamsStreamingMessagesItem.d.ts +0 -16
  644. package/dist/serialization/types/CompletionCreateParamsStreamingMessagesItem.js +0 -54
  645. package/dist/serialization/types/CompletionCreateParamsStreamingModalitiesItem.d.ts +0 -10
  646. package/dist/serialization/types/CompletionCreateParamsStreamingModalitiesItem.js +0 -41
  647. package/dist/serialization/types/CompletionCreateParamsStreamingModel.d.ts +0 -10
  648. package/dist/serialization/types/CompletionCreateParamsStreamingModel.js +0 -105
  649. package/dist/serialization/types/CompletionCreateParamsStreamingReasoningEffort.d.ts +0 -10
  650. package/dist/serialization/types/CompletionCreateParamsStreamingReasoningEffort.js +0 -41
  651. package/dist/serialization/types/CompletionCreateParamsStreamingResponseFormat.d.ts +0 -13
  652. package/dist/serialization/types/CompletionCreateParamsStreamingResponseFormat.js +0 -44
  653. package/dist/serialization/types/CompletionCreateParamsStreamingServiceTier.d.ts +0 -10
  654. package/dist/serialization/types/CompletionCreateParamsStreamingServiceTier.js +0 -41
  655. package/dist/serialization/types/CompletionCreateParamsStreamingStop.d.ts +0 -10
  656. package/dist/serialization/types/CompletionCreateParamsStreamingStop.js +0 -44
  657. package/dist/serialization/types/CompletionCreateParamsStreamingToolChoice.d.ts +0 -13
  658. package/dist/serialization/types/CompletionCreateParamsStreamingToolChoice.js +0 -51
  659. package/dist/serialization/types/CompletionCreateParamsStreamingToolsItem.d.ts +0 -12
  660. package/dist/serialization/types/CompletionCreateParamsStreamingToolsItem.js +0 -43
  661. package/dist/serialization/types/CompletionCreateParamsStreamingVerbosity.d.ts +0 -10
  662. package/dist/serialization/types/CompletionCreateParamsStreamingVerbosity.js +0 -41
  663. package/dist/serialization/types/CustomFormatGrammar.d.ts +0 -14
  664. package/dist/serialization/types/CustomFormatGrammar.js +0 -45
  665. package/dist/serialization/types/CustomFormatGrammarGrammar.d.ts +0 -14
  666. package/dist/serialization/types/CustomFormatGrammarGrammar.js +0 -45
  667. package/dist/serialization/types/CustomFormatGrammarGrammarSyntax.d.ts +0 -10
  668. package/dist/serialization/types/CustomFormatGrammarGrammarSyntax.js +0 -41
  669. package/dist/serialization/types/CustomFormatText.d.ts +0 -12
  670. package/dist/serialization/types/CustomFormatText.js +0 -43
  671. package/dist/serialization/types/FileFile.d.ts +0 -14
  672. package/dist/serialization/types/FileFile.js +0 -45
  673. package/dist/serialization/types/File_.d.ts +0 -14
  674. package/dist/serialization/types/File_.js +0 -45
  675. package/dist/serialization/types/FunctionCall.d.ts +0 -13
  676. package/dist/serialization/types/FunctionCall.js +0 -44
  677. package/dist/serialization/types/FunctionDefinitionInput.d.ts +0 -15
  678. package/dist/serialization/types/FunctionDefinitionInput.js +0 -46
  679. package/dist/serialization/types/ImageUrl.d.ts +0 -14
  680. package/dist/serialization/types/ImageUrl.js +0 -45
  681. package/dist/serialization/types/ImageUrlDetail.d.ts +0 -10
  682. package/dist/serialization/types/ImageUrlDetail.js +0 -41
  683. package/dist/serialization/types/InputAudio.d.ts +0 -14
  684. package/dist/serialization/types/InputAudio.js +0 -45
  685. package/dist/serialization/types/InputAudioFormat.d.ts +0 -10
  686. package/dist/serialization/types/InputAudioFormat.js +0 -41
  687. package/dist/serialization/types/JsonSchema.d.ts +0 -15
  688. package/dist/serialization/types/JsonSchema.js +0 -46
  689. package/dist/serialization/types/OpenaiTypesChatChatCompletionCustomToolParamCustom.d.ts +0 -15
  690. package/dist/serialization/types/OpenaiTypesChatChatCompletionCustomToolParamCustom.js +0 -46
  691. package/dist/serialization/types/OpenaiTypesChatChatCompletionCustomToolParamCustomFormat.d.ts +0 -12
  692. package/dist/serialization/types/OpenaiTypesChatChatCompletionCustomToolParamCustomFormat.js +0 -43
  693. package/dist/serialization/types/OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom.d.ts +0 -13
  694. package/dist/serialization/types/OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom.js +0 -44
  695. package/dist/serialization/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction.d.ts +0 -14
  696. package/dist/serialization/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction.js +0 -46
  697. package/dist/serialization/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction.d.ts +0 -13
  698. package/dist/serialization/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction.js +0 -44
  699. package/dist/serialization/types/OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom.d.ts +0 -12
  700. package/dist/serialization/types/OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom.js +0 -43
  701. package/dist/serialization/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.d.ts +0 -12
  702. package/dist/serialization/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.js +0 -43
  703. package/dist/serialization/types/OpenaiTypesChatCompletionCreateParamsFunction.d.ts +0 -14
  704. package/dist/serialization/types/OpenaiTypesChatCompletionCreateParamsFunction.js +0 -45
  705. package/dist/serialization/types/ResponseFormatJsonObject.d.ts +0 -12
  706. package/dist/serialization/types/ResponseFormatJsonObject.js +0 -43
  707. package/dist/serialization/types/ResponseFormatJsonSchema.d.ts +0 -14
  708. package/dist/serialization/types/ResponseFormatJsonSchema.js +0 -45
  709. package/dist/serialization/types/ResponseFormatText.d.ts +0 -12
  710. package/dist/serialization/types/ResponseFormatText.js +0 -43
  711. package/dist/serialization/types/WebSearchOptions.d.ts +0 -15
  712. package/dist/serialization/types/WebSearchOptions.js +0 -46
  713. package/dist/serialization/types/WebSearchOptionsSearchContextSize.d.ts +0 -10
  714. package/dist/serialization/types/WebSearchOptionsSearchContextSize.js +0 -41
  715. package/dist/serialization/types/WebSearchOptionsUserLocation.d.ts +0 -14
  716. package/dist/serialization/types/WebSearchOptionsUserLocation.js +0 -45
  717. package/dist/serialization/types/WebSearchOptionsUserLocationApproximate.d.ts +0 -15
  718. package/dist/serialization/types/WebSearchOptionsUserLocationApproximate.js +0 -46
  719. package/serialization/types/Audio.d.ts +0 -12
  720. package/serialization/types/Audio.js +0 -43
  721. package/serialization/types/ChatCompletionAllowedToolChoiceParam.d.ts +0 -14
  722. package/serialization/types/ChatCompletionAllowedToolChoiceParam.js +0 -45
  723. package/serialization/types/ChatCompletionAllowedToolsParam.d.ts +0 -14
  724. package/serialization/types/ChatCompletionAllowedToolsParam.js +0 -45
  725. package/serialization/types/ChatCompletionAllowedToolsParamMode.d.ts +0 -10
  726. package/serialization/types/ChatCompletionAllowedToolsParamMode.js +0 -41
  727. package/serialization/types/ChatCompletionAssistantMessageParam.d.ts +0 -22
  728. package/serialization/types/ChatCompletionAssistantMessageParam.js +0 -53
  729. package/serialization/types/ChatCompletionAssistantMessageParamContent.d.ts +0 -11
  730. package/serialization/types/ChatCompletionAssistantMessageParamContent.js +0 -45
  731. package/serialization/types/ChatCompletionAssistantMessageParamContentItem.d.ts +0 -12
  732. package/serialization/types/ChatCompletionAssistantMessageParamContentItem.js +0 -46
  733. package/serialization/types/ChatCompletionAssistantMessageParamToolCallsItem.d.ts +0 -12
  734. package/serialization/types/ChatCompletionAssistantMessageParamToolCallsItem.js +0 -46
  735. package/serialization/types/ChatCompletionAudioParam.d.ts +0 -15
  736. package/serialization/types/ChatCompletionAudioParam.js +0 -46
  737. package/serialization/types/ChatCompletionAudioParamFormat.d.ts +0 -10
  738. package/serialization/types/ChatCompletionAudioParamFormat.js +0 -41
  739. package/serialization/types/ChatCompletionAudioParamVoice.d.ts +0 -10
  740. package/serialization/types/ChatCompletionAudioParamVoice.js +0 -51
  741. package/serialization/types/ChatCompletionContentPartImageParam.d.ts +0 -14
  742. package/serialization/types/ChatCompletionContentPartImageParam.js +0 -45
  743. package/serialization/types/ChatCompletionContentPartInputAudioParam.d.ts +0 -14
  744. package/serialization/types/ChatCompletionContentPartInputAudioParam.js +0 -45
  745. package/serialization/types/ChatCompletionContentPartRefusalParam.d.ts +0 -13
  746. package/serialization/types/ChatCompletionContentPartRefusalParam.js +0 -44
  747. package/serialization/types/ChatCompletionContentPartTextParam.d.ts +0 -13
  748. package/serialization/types/ChatCompletionCustomToolParam.d.ts +0 -14
  749. package/serialization/types/ChatCompletionCustomToolParam.js +0 -45
  750. package/serialization/types/ChatCompletionDeveloperMessageParam.d.ts +0 -15
  751. package/serialization/types/ChatCompletionDeveloperMessageParam.js +0 -46
  752. package/serialization/types/ChatCompletionDeveloperMessageParamContent.d.ts +0 -11
  753. package/serialization/types/ChatCompletionDeveloperMessageParamContent.js +0 -45
  754. package/serialization/types/ChatCompletionFunctionCallOptionParam.d.ts +0 -12
  755. package/serialization/types/ChatCompletionFunctionCallOptionParam.js +0 -43
  756. package/serialization/types/ChatCompletionFunctionMessageParam.d.ts +0 -14
  757. package/serialization/types/ChatCompletionFunctionMessageParam.js +0 -45
  758. package/serialization/types/ChatCompletionFunctionToolParam.d.ts +0 -14
  759. package/serialization/types/ChatCompletionFunctionToolParam.js +0 -45
  760. package/serialization/types/ChatCompletionMessageCustomToolCallParam.d.ts +0 -15
  761. package/serialization/types/ChatCompletionMessageFunctionToolCallInput.d.ts +0 -16
  762. package/serialization/types/ChatCompletionMessageFunctionToolCallInput.js +0 -48
  763. package/serialization/types/ChatCompletionMessageFunctionToolCallOutput.d.ts +0 -16
  764. package/serialization/types/ChatCompletionMessageFunctionToolCallParam.d.ts +0 -15
  765. package/serialization/types/ChatCompletionMessageFunctionToolCallParam.js +0 -46
  766. package/serialization/types/ChatCompletionNamedToolChoiceCustomParam.d.ts +0 -14
  767. package/serialization/types/ChatCompletionNamedToolChoiceCustomParam.js +0 -45
  768. package/serialization/types/ChatCompletionNamedToolChoiceParam.d.ts +0 -14
  769. package/serialization/types/ChatCompletionNamedToolChoiceParam.js +0 -45
  770. package/serialization/types/ChatCompletionPredictionContentParam.d.ts +0 -14
  771. package/serialization/types/ChatCompletionPredictionContentParam.js +0 -45
  772. package/serialization/types/ChatCompletionPredictionContentParamContent.d.ts +0 -11
  773. package/serialization/types/ChatCompletionPredictionContentParamContent.js +0 -45
  774. package/serialization/types/ChatCompletionStreamOptionsParam.d.ts +0 -13
  775. package/serialization/types/ChatCompletionStreamOptionsParam.js +0 -44
  776. package/serialization/types/ChatCompletionSystemMessageParam.d.ts +0 -15
  777. package/serialization/types/ChatCompletionSystemMessageParam.js +0 -46
  778. package/serialization/types/ChatCompletionSystemMessageParamContent.d.ts +0 -11
  779. package/serialization/types/ChatCompletionSystemMessageParamContent.js +0 -45
  780. package/serialization/types/ChatCompletionToolMessageParam.d.ts +0 -15
  781. package/serialization/types/ChatCompletionToolMessageParam.js +0 -46
  782. package/serialization/types/ChatCompletionToolMessageParamContent.d.ts +0 -11
  783. package/serialization/types/ChatCompletionToolMessageParamContent.js +0 -45
  784. package/serialization/types/ChatCompletionUserMessageParam.d.ts +0 -15
  785. package/serialization/types/ChatCompletionUserMessageParam.js +0 -46
  786. package/serialization/types/ChatCompletionUserMessageParamContent.d.ts +0 -11
  787. package/serialization/types/ChatCompletionUserMessageParamContent.js +0 -45
  788. package/serialization/types/ChatCompletionUserMessageParamContentItem.d.ts +0 -14
  789. package/serialization/types/ChatCompletionUserMessageParamContentItem.js +0 -50
  790. package/serialization/types/CompletionCreateParamsNonStreaming.d.ts +0 -61
  791. package/serialization/types/CompletionCreateParamsNonStreaming.js +0 -92
  792. package/serialization/types/CompletionCreateParamsNonStreamingFunctionCall.d.ts +0 -11
  793. package/serialization/types/CompletionCreateParamsNonStreamingFunctionCall.js +0 -46
  794. package/serialization/types/CompletionCreateParamsNonStreamingMessagesItem.d.ts +0 -16
  795. package/serialization/types/CompletionCreateParamsNonStreamingMessagesItem.js +0 -54
  796. package/serialization/types/CompletionCreateParamsNonStreamingModalitiesItem.d.ts +0 -10
  797. package/serialization/types/CompletionCreateParamsNonStreamingModalitiesItem.js +0 -41
  798. package/serialization/types/CompletionCreateParamsNonStreamingModel.d.ts +0 -10
  799. package/serialization/types/CompletionCreateParamsNonStreamingModel.js +0 -105
  800. package/serialization/types/CompletionCreateParamsNonStreamingReasoningEffort.d.ts +0 -10
  801. package/serialization/types/CompletionCreateParamsNonStreamingReasoningEffort.js +0 -41
  802. package/serialization/types/CompletionCreateParamsNonStreamingResponseFormat.d.ts +0 -13
  803. package/serialization/types/CompletionCreateParamsNonStreamingResponseFormat.js +0 -44
  804. package/serialization/types/CompletionCreateParamsNonStreamingServiceTier.d.ts +0 -10
  805. package/serialization/types/CompletionCreateParamsNonStreamingServiceTier.js +0 -41
  806. package/serialization/types/CompletionCreateParamsNonStreamingStop.d.ts +0 -10
  807. package/serialization/types/CompletionCreateParamsNonStreamingStop.js +0 -44
  808. package/serialization/types/CompletionCreateParamsNonStreamingToolChoice.d.ts +0 -13
  809. package/serialization/types/CompletionCreateParamsNonStreamingToolChoice.js +0 -51
  810. package/serialization/types/CompletionCreateParamsNonStreamingToolsItem.d.ts +0 -12
  811. package/serialization/types/CompletionCreateParamsNonStreamingToolsItem.js +0 -43
  812. package/serialization/types/CompletionCreateParamsNonStreamingVerbosity.d.ts +0 -10
  813. package/serialization/types/CompletionCreateParamsNonStreamingVerbosity.js +0 -41
  814. package/serialization/types/CompletionCreateParamsStreaming.d.ts +0 -61
  815. package/serialization/types/CompletionCreateParamsStreaming.js +0 -92
  816. package/serialization/types/CompletionCreateParamsStreamingFunctionCall.d.ts +0 -11
  817. package/serialization/types/CompletionCreateParamsStreamingFunctionCall.js +0 -46
  818. package/serialization/types/CompletionCreateParamsStreamingMessagesItem.d.ts +0 -16
  819. package/serialization/types/CompletionCreateParamsStreamingMessagesItem.js +0 -54
  820. package/serialization/types/CompletionCreateParamsStreamingModalitiesItem.d.ts +0 -10
  821. package/serialization/types/CompletionCreateParamsStreamingModalitiesItem.js +0 -41
  822. package/serialization/types/CompletionCreateParamsStreamingModel.d.ts +0 -10
  823. package/serialization/types/CompletionCreateParamsStreamingModel.js +0 -105
  824. package/serialization/types/CompletionCreateParamsStreamingReasoningEffort.d.ts +0 -10
  825. package/serialization/types/CompletionCreateParamsStreamingReasoningEffort.js +0 -41
  826. package/serialization/types/CompletionCreateParamsStreamingResponseFormat.d.ts +0 -13
  827. package/serialization/types/CompletionCreateParamsStreamingResponseFormat.js +0 -44
  828. package/serialization/types/CompletionCreateParamsStreamingServiceTier.d.ts +0 -10
  829. package/serialization/types/CompletionCreateParamsStreamingServiceTier.js +0 -41
  830. package/serialization/types/CompletionCreateParamsStreamingStop.d.ts +0 -10
  831. package/serialization/types/CompletionCreateParamsStreamingStop.js +0 -44
  832. package/serialization/types/CompletionCreateParamsStreamingToolChoice.d.ts +0 -13
  833. package/serialization/types/CompletionCreateParamsStreamingToolChoice.js +0 -51
  834. package/serialization/types/CompletionCreateParamsStreamingToolsItem.d.ts +0 -12
  835. package/serialization/types/CompletionCreateParamsStreamingToolsItem.js +0 -43
  836. package/serialization/types/CompletionCreateParamsStreamingVerbosity.d.ts +0 -10
  837. package/serialization/types/CompletionCreateParamsStreamingVerbosity.js +0 -41
  838. package/serialization/types/CustomFormatGrammar.d.ts +0 -14
  839. package/serialization/types/CustomFormatGrammar.js +0 -45
  840. package/serialization/types/CustomFormatGrammarGrammar.d.ts +0 -14
  841. package/serialization/types/CustomFormatGrammarGrammar.js +0 -45
  842. package/serialization/types/CustomFormatGrammarGrammarSyntax.d.ts +0 -10
  843. package/serialization/types/CustomFormatGrammarGrammarSyntax.js +0 -41
  844. package/serialization/types/CustomFormatText.d.ts +0 -12
  845. package/serialization/types/CustomFormatText.js +0 -43
  846. package/serialization/types/FileFile.d.ts +0 -14
  847. package/serialization/types/FileFile.js +0 -45
  848. package/serialization/types/File_.d.ts +0 -14
  849. package/serialization/types/File_.js +0 -45
  850. package/serialization/types/FunctionCall.d.ts +0 -13
  851. package/serialization/types/FunctionCall.js +0 -44
  852. package/serialization/types/FunctionDefinitionInput.d.ts +0 -15
  853. package/serialization/types/FunctionDefinitionInput.js +0 -46
  854. package/serialization/types/ImageUrl.d.ts +0 -14
  855. package/serialization/types/ImageUrl.js +0 -45
  856. package/serialization/types/ImageUrlDetail.d.ts +0 -10
  857. package/serialization/types/ImageUrlDetail.js +0 -41
  858. package/serialization/types/InputAudio.d.ts +0 -14
  859. package/serialization/types/InputAudio.js +0 -45
  860. package/serialization/types/InputAudioFormat.d.ts +0 -10
  861. package/serialization/types/InputAudioFormat.js +0 -41
  862. package/serialization/types/JsonSchema.d.ts +0 -15
  863. package/serialization/types/JsonSchema.js +0 -46
  864. package/serialization/types/OpenaiTypesChatChatCompletionCustomToolParamCustom.d.ts +0 -15
  865. package/serialization/types/OpenaiTypesChatChatCompletionCustomToolParamCustom.js +0 -46
  866. package/serialization/types/OpenaiTypesChatChatCompletionCustomToolParamCustomFormat.d.ts +0 -12
  867. package/serialization/types/OpenaiTypesChatChatCompletionCustomToolParamCustomFormat.js +0 -43
  868. package/serialization/types/OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom.d.ts +0 -13
  869. package/serialization/types/OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom.js +0 -44
  870. package/serialization/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction.d.ts +0 -14
  871. package/serialization/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction.js +0 -46
  872. package/serialization/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction.d.ts +0 -13
  873. package/serialization/types/OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction.js +0 -44
  874. package/serialization/types/OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom.d.ts +0 -12
  875. package/serialization/types/OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom.js +0 -43
  876. package/serialization/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.d.ts +0 -12
  877. package/serialization/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.js +0 -43
  878. package/serialization/types/OpenaiTypesChatCompletionCreateParamsFunction.d.ts +0 -14
  879. package/serialization/types/OpenaiTypesChatCompletionCreateParamsFunction.js +0 -45
  880. package/serialization/types/ResponseFormatJsonObject.d.ts +0 -12
  881. package/serialization/types/ResponseFormatJsonObject.js +0 -43
  882. package/serialization/types/ResponseFormatJsonSchema.d.ts +0 -14
  883. package/serialization/types/ResponseFormatJsonSchema.js +0 -45
  884. package/serialization/types/ResponseFormatText.d.ts +0 -12
  885. package/serialization/types/ResponseFormatText.js +0 -43
  886. package/serialization/types/WebSearchOptions.d.ts +0 -15
  887. package/serialization/types/WebSearchOptions.js +0 -46
  888. package/serialization/types/WebSearchOptionsSearchContextSize.d.ts +0 -10
  889. package/serialization/types/WebSearchOptionsSearchContextSize.js +0 -41
  890. package/serialization/types/WebSearchOptionsUserLocation.d.ts +0 -14
  891. package/serialization/types/WebSearchOptionsUserLocation.js +0 -45
  892. package/serialization/types/WebSearchOptionsUserLocationApproximate.d.ts +0 -15
  893. package/serialization/types/WebSearchOptionsUserLocationApproximate.js +0 -46
  894. /package/api/types/{Audio.js → ChatCompletionMessageFunctionToolCall.js} +0 -0
  895. /package/api/types/{ChatCompletionAllowedToolChoiceParam.js → Function.js} +0 -0
  896. /package/api/types/{ChatCompletionAllowedToolsParam.js → FunctionDefinition.js} +0 -0
  897. /package/api/types/{ChatCompletionAssistantMessageParam.js → SummarizedReasoningContent.js} +0 -0
  898. /package/api/types/{ChatCompletionAssistantMessageParamContent.js → SummarizedReasoningContentPart.js} +0 -0
  899. /package/{api/types/ChatCompletionAssistantMessageParamContentItem.js → dist/api/types/ChatCompletionMessageFunctionToolCall.js} +0 -0
  900. /package/{api/types/ChatCompletionAssistantMessageParamToolCallsItem.js → dist/api/types/Function.js} +0 -0
  901. /package/{api/types/ChatCompletionAudioParam.js → dist/api/types/FunctionDefinition.js} +0 -0
  902. /package/{api/types/ChatCompletionAudioParamVoice.js → dist/api/types/SummarizedReasoningContent.js} +0 -0
  903. /package/{api/types/ChatCompletionContentPartImageParam.js → dist/api/types/SummarizedReasoningContentPart.js} +0 -0
@@ -83,7 +83,7 @@ class MemoryVariables {
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.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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,
@@ -108,7 +108,7 @@ class Messages {
108
108
  method: "GET",
109
109
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
110
110
  ? yield core.Supplier.get(this._options.project)
111
- : 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),
111
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
112
112
  contentType: "application/json",
113
113
  queryParameters: _queryParams,
114
114
  requestType: "json",
@@ -195,7 +195,7 @@ class Messages {
195
195
  method: "POST",
196
196
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
197
197
  ? yield core.Supplier.get(this._options.project)
198
- : 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),
198
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
199
199
  contentType: "application/json",
200
200
  requestType: "json",
201
201
  body: serializers.LettaRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -276,7 +276,7 @@ class Messages {
276
276
  method: "PATCH",
277
277
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
278
278
  ? yield core.Supplier.get(this._options.project)
279
- : 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),
279
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
280
280
  contentType: "application/json",
281
281
  requestType: "json",
282
282
  body: serializers.agents.MessagesModifyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -347,7 +347,7 @@ class Messages {
347
347
  method: "POST",
348
348
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
349
349
  ? yield core.Supplier.get(this._options.project)
350
- : 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),
350
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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
351
  contentType: "application/json",
352
352
  requestType: "json",
353
353
  body: serializers.LettaStreamingRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -438,7 +438,7 @@ class Messages {
438
438
  method: "POST",
439
439
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
440
440
  ? yield core.Supplier.get(this._options.project)
441
- : 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),
441
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
442
442
  contentType: "application/json",
443
443
  requestType: "json",
444
444
  body: serializers.agents.CancelAgentRunRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -517,7 +517,7 @@ class Messages {
517
517
  method: "POST",
518
518
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
519
519
  ? yield core.Supplier.get(this._options.project)
520
- : 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),
520
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
521
521
  contentType: "application/json",
522
522
  requestType: "json",
523
523
  body: serializers.agents.MessageSearchRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -607,7 +607,7 @@ class Messages {
607
607
  method: "POST",
608
608
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
609
609
  ? yield core.Supplier.get(this._options.project)
610
- : 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),
610
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
611
611
  contentType: "application/json",
612
612
  requestType: "json",
613
613
  body: serializers.agents.LettaAsyncRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -690,7 +690,7 @@ class Messages {
690
690
  method: "PATCH",
691
691
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
692
692
  ? yield core.Supplier.get(this._options.project)
693
- : 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),
693
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
694
694
  contentType: "application/json",
695
695
  queryParameters: _queryParams,
696
696
  requestType: "json",
@@ -780,7 +780,7 @@ class Messages {
780
780
  method: "POST",
781
781
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
782
782
  ? yield core.Supplier.get(this._options.project)
783
- : 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),
783
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
784
784
  contentType: "application/json",
785
785
  requestType: "json",
786
786
  body: serializers.agents.MessagesPreviewRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -866,7 +866,7 @@ class Messages {
866
866
  method: "POST",
867
867
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
868
868
  ? yield core.Supplier.get(this._options.project)
869
- : 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),
869
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
870
870
  contentType: "application/json",
871
871
  queryParameters: _queryParams,
872
872
  requestType: "json",
@@ -99,7 +99,7 @@ class Passages {
99
99
  method: "GET",
100
100
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
101
101
  ? yield core.Supplier.get(this._options.project)
102
- : 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),
102
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
103
103
  contentType: "application/json",
104
104
  queryParameters: _queryParams,
105
105
  requestType: "json",
@@ -179,7 +179,7 @@ class Passages {
179
179
  method: "POST",
180
180
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
181
181
  ? yield core.Supplier.get(this._options.project)
182
- : 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),
182
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
183
183
  contentType: "application/json",
184
184
  requestType: "json",
185
185
  body: serializers.agents.CreateArchivalMemory.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -286,7 +286,7 @@ class Passages {
286
286
  method: "GET",
287
287
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
288
288
  ? yield core.Supplier.get(this._options.project)
289
- : 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),
289
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
290
290
  contentType: "application/json",
291
291
  queryParameters: _queryParams,
292
292
  requestType: "json",
@@ -364,7 +364,7 @@ class Passages {
364
364
  method: "DELETE",
365
365
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
366
366
  ? yield core.Supplier.get(this._options.project)
367
- : 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),
367
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
368
368
  contentType: "application/json",
369
369
  requestType: "json",
370
370
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -428,7 +428,7 @@ class Passages {
428
428
  method: "PATCH",
429
429
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
430
430
  ? yield core.Supplier.get(this._options.project)
431
- : 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),
431
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
432
432
  contentType: "application/json",
433
433
  requestType: "json",
434
434
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -82,7 +82,7 @@ class Sources {
82
82
  method: "PATCH",
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.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -159,7 +159,7 @@ class Sources {
159
159
  method: "PATCH",
160
160
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
161
161
  ? yield core.Supplier.get(this._options.project)
162
- : 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),
162
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
163
163
  contentType: "application/json",
164
164
  requestType: "json",
165
165
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -235,7 +235,7 @@ class Sources {
235
235
  method: "GET",
236
236
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
237
237
  ? yield core.Supplier.get(this._options.project)
238
- : 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),
238
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
239
239
  contentType: "application/json",
240
240
  requestType: "json",
241
241
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -84,7 +84,7 @@ class Templates {
84
84
  method: "POST",
85
85
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
86
86
  ? yield core.Supplier.get(this._options.project)
87
- : 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),
87
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
88
88
  contentType: "application/json",
89
89
  requestType: "json",
90
90
  body: serializers.agents.TemplatesMigrateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -150,7 +150,7 @@ class Templates {
150
150
  method: "POST",
151
151
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
152
152
  ? yield core.Supplier.get(this._options.project)
153
- : 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),
153
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
154
154
  contentType: "application/json",
155
155
  requestType: "json",
156
156
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -206,7 +206,7 @@ class Templates {
206
206
  method: "POST",
207
207
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
208
208
  ? yield core.Supplier.get(this._options.project)
209
- : 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),
209
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
210
210
  contentType: "application/json",
211
211
  requestType: "json",
212
212
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -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.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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,
@@ -158,7 +158,7 @@ class Tools {
158
158
  method: "PATCH",
159
159
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
160
160
  ? yield core.Supplier.get(this._options.project)
161
- : 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),
161
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
162
162
  contentType: "application/json",
163
163
  requestType: "json",
164
164
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -235,7 +235,7 @@ class Tools {
235
235
  method: "PATCH",
236
236
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
237
237
  ? yield core.Supplier.get(this._options.project)
238
- : 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),
238
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
239
239
  contentType: "application/json",
240
240
  requestType: "json",
241
241
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -318,7 +318,7 @@ class Tools {
318
318
  method: "PATCH",
319
319
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
320
320
  ? yield core.Supplier.get(this._options.project)
321
- : 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),
321
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
322
322
  contentType: "application/json",
323
323
  queryParameters: _queryParams,
324
324
  requestType: "json",
@@ -103,7 +103,7 @@ class Archives {
103
103
  method: "GET",
104
104
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
105
105
  ? yield core.Supplier.get(this._options.project)
106
- : 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),
106
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
107
107
  contentType: "application/json",
108
108
  queryParameters: _queryParams,
109
109
  requestType: "json",
@@ -182,7 +182,7 @@ class Archives {
182
182
  method: "POST",
183
183
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
184
184
  ? yield core.Supplier.get(this._options.project)
185
- : 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),
185
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
186
186
  contentType: "application/json",
187
187
  requestType: "json",
188
188
  body: serializers.ArchiveCreateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -260,7 +260,7 @@ class Archives {
260
260
  method: "PATCH",
261
261
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
262
262
  ? yield core.Supplier.get(this._options.project)
263
- : 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),
263
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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
264
  contentType: "application/json",
265
265
  requestType: "json",
266
266
  body: serializers.ArchiveUpdateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -105,7 +105,7 @@ class Batches {
105
105
  method: "GET",
106
106
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
107
107
  ? yield core.Supplier.get(this._options.project)
108
- : 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),
108
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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
109
  contentType: "application/json",
110
110
  queryParameters: _queryParams,
111
111
  requestType: "json",
@@ -196,7 +196,7 @@ class Batches {
196
196
  method: "POST",
197
197
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
198
198
  ? yield core.Supplier.get(this._options.project)
199
- : 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),
199
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
200
200
  contentType: "application/json",
201
201
  requestType: "json",
202
202
  body: serializers.CreateBatch.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -273,7 +273,7 @@ class Batches {
273
273
  method: "GET",
274
274
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
275
275
  ? yield core.Supplier.get(this._options.project)
276
- : 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),
276
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
277
277
  contentType: "application/json",
278
278
  requestType: "json",
279
279
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -349,7 +349,7 @@ class Batches {
349
349
  method: "PATCH",
350
350
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
351
351
  ? yield core.Supplier.get(this._options.project)
352
- : 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),
352
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
353
353
  contentType: "application/json",
354
354
  requestType: "json",
355
355
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -104,7 +104,7 @@ class Messages {
104
104
  method: "GET",
105
105
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
106
106
  ? yield core.Supplier.get(this._options.project)
107
- : 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),
107
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
108
108
  contentType: "application/json",
109
109
  queryParameters: _queryParams,
110
110
  requestType: "json",
@@ -149,7 +149,7 @@ class Blocks {
149
149
  method: "GET",
150
150
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
151
151
  ? yield core.Supplier.get(this._options.project)
152
- : 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),
152
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
153
153
  contentType: "application/json",
154
154
  queryParameters: _queryParams,
155
155
  requestType: "json",
@@ -227,7 +227,7 @@ class Blocks {
227
227
  method: "POST",
228
228
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
229
229
  ? yield core.Supplier.get(this._options.project)
230
- : 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),
230
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
231
231
  contentType: "application/json",
232
232
  requestType: "json",
233
233
  body: serializers.CreateBlock.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -303,7 +303,7 @@ class Blocks {
303
303
  method: "GET",
304
304
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
305
305
  ? yield core.Supplier.get(this._options.project)
306
- : 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),
306
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
307
307
  contentType: "application/json",
308
308
  requestType: "json",
309
309
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -377,7 +377,7 @@ class Blocks {
377
377
  method: "GET",
378
378
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
379
379
  ? yield core.Supplier.get(this._options.project)
380
- : 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),
380
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
381
381
  contentType: "application/json",
382
382
  requestType: "json",
383
383
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -451,7 +451,7 @@ class Blocks {
451
451
  method: "DELETE",
452
452
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
453
453
  ? yield core.Supplier.get(this._options.project)
454
- : 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),
454
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
455
455
  contentType: "application/json",
456
456
  requestType: "json",
457
457
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -517,7 +517,7 @@ class Blocks {
517
517
  method: "PATCH",
518
518
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
519
519
  ? yield core.Supplier.get(this._options.project)
520
- : 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),
520
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
521
521
  contentType: "application/json",
522
522
  requestType: "json",
523
523
  body: serializers.BlockUpdate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -110,7 +110,7 @@ class Agents {
110
110
  method: "GET",
111
111
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
112
112
  ? yield core.Supplier.get(this._options.project)
113
- : 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),
113
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
114
114
  contentType: "application/json",
115
115
  queryParameters: _queryParams,
116
116
  requestType: "json",
@@ -92,7 +92,7 @@ class ClientSideAccessTokens {
92
92
  method: "GET",
93
93
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
94
94
  ? yield core.Supplier.get(this._options.project)
95
- : 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),
95
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
96
96
  contentType: "application/json",
97
97
  queryParameters: _queryParams,
98
98
  requestType: "json",
@@ -170,7 +170,7 @@ class ClientSideAccessTokens {
170
170
  method: "POST",
171
171
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
172
172
  ? yield core.Supplier.get(this._options.project)
173
- : 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),
173
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
174
174
  contentType: "application/json",
175
175
  requestType: "json",
176
176
  body: serializers.ClientSideAccessTokensCreateRequest.jsonOrThrow(request, {
@@ -246,7 +246,7 @@ class ClientSideAccessTokens {
246
246
  method: "DELETE",
247
247
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
248
248
  ? yield core.Supplier.get(this._options.project)
249
- : 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),
249
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
250
250
  contentType: "application/json",
251
251
  requestType: "json",
252
252
  body: request,
@@ -95,7 +95,7 @@ class Folders {
95
95
  method: "GET",
96
96
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
97
97
  ? yield core.Supplier.get(this._options.project)
98
- : 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),
98
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
99
99
  contentType: "application/json",
100
100
  requestType: "json",
101
101
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -171,7 +171,7 @@ class Folders {
171
171
  method: "GET",
172
172
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
173
173
  ? yield core.Supplier.get(this._options.project)
174
- : 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),
174
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
175
175
  contentType: "application/json",
176
176
  requestType: "json",
177
177
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -247,7 +247,7 @@ class Folders {
247
247
  method: "DELETE",
248
248
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
249
249
  ? yield core.Supplier.get(this._options.project)
250
- : 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),
250
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
251
251
  contentType: "application/json",
252
252
  requestType: "json",
253
253
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -315,7 +315,7 @@ class Folders {
315
315
  method: "PATCH",
316
316
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
317
317
  ? yield core.Supplier.get(this._options.project)
318
- : 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),
318
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
319
319
  contentType: "application/json",
320
320
  requestType: "json",
321
321
  body: serializers.SourceUpdate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -395,7 +395,7 @@ class Folders {
395
395
  method: "GET",
396
396
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
397
397
  ? yield core.Supplier.get(this._options.project)
398
- : 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),
398
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
399
399
  contentType: "application/json",
400
400
  requestType: "json",
401
401
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -482,7 +482,7 @@ class Folders {
482
482
  method: "GET",
483
483
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
484
484
  ? yield core.Supplier.get(this._options.project)
485
- : 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),
485
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
486
486
  contentType: "application/json",
487
487
  queryParameters: _queryParams,
488
488
  requestType: "json",
@@ -581,7 +581,7 @@ class Folders {
581
581
  method: "GET",
582
582
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
583
583
  ? yield core.Supplier.get(this._options.project)
584
- : 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),
584
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
585
585
  contentType: "application/json",
586
586
  queryParameters: _queryParams,
587
587
  requestType: "json",
@@ -660,7 +660,7 @@ class Folders {
660
660
  method: "POST",
661
661
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
662
662
  ? yield core.Supplier.get(this._options.project)
663
- : 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),
663
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
664
664
  contentType: "application/json",
665
665
  requestType: "json",
666
666
  body: serializers.SourceCreate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -101,7 +101,7 @@ class Agents {
101
101
  method: "GET",
102
102
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
103
103
  ? yield core.Supplier.get(this._options.project)
104
- : 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),
104
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68662", "User-Agent": "@letta-ai/letta-client/0.0.68662", "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),
105
105
  contentType: "application/json",
106
106
  queryParameters: _queryParams,
107
107
  requestType: "json",