eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
5 lines (4 loc) • 377 B
TypeScript
export declare function readConversationId(value: unknown): string | undefined;
export declare function resolveConversationId(fallback: string): string;
export declare function readConversationBaggage(value: string | null): string | undefined;
export declare function writeConversationBaggage(value: string | undefined, conversationId: string | undefined): string | undefined;