// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. export type LettaToolCall = { name: string, arguments: string, tool_call_id: string, } | { name: string | null, arguments: string | null, tool_call_id: string | null, };