feat(vela): add mocked turn transcript response slice

This commit is contained in:
2026-04-08 19:39:20 +02:00
parent 4b11703c93
commit ff78fc4c8f
20 changed files with 997 additions and 372 deletions

View File

@@ -7,6 +7,7 @@ export type MessageEnvelope<TType extends string, TPayload> = {
export type ClientEventPayloads = {
'session.start': Record<string, never>;
'mocked.turn.trigger': Record<string, never>;
'input_audio.append': {
chunk: string;
};