···11+// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
22+33+export type LettaAgentInfo = { id: string, name: string, };
···11+// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
22+33+export type LettaHiddenReasoningState = "Redacted" | "Omitted";
+3
src/lib/rust/LettaMessageContent.ts
···11+// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
22+33+export type LettaMessageContent = { "type": "text", text: string, } | { "type": "image", source: string, };
+3
src/lib/rust/LettaReasoningSource.ts
···11+// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
22+33+export type LettaReasoningSource = "ReasonerModel" | "NonReasonerModel";
+3
src/lib/rust/LettaToolCall.ts
···11+// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
22+33+export type LettaToolCall = { name: string, arguments: string, tool_call_id: string, } | { name: string | null, arguments: string | null, tool_call_id: string | null, };
+3
src/lib/rust/LettaToolReturnStatus.ts
···11+// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
22+33+export type LettaToolReturnStatus = "Success" | "Error";