WIP push-to-talk Letta chat frontend
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 3 lines 280 B view raw
1// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. 2 3export type LettaToolCall = { name: string, arguments: string, tool_call_id: string, } | { name: string | null, arguments: string | null, tool_call_id: string | null, };