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 218 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 LettaMessageContent = { "type": "text", text: string, } | { "type": "image", source: string, };