events
awaiting connection...
{{ realtimeEvent.event.type === 'error'
? 'error!'
: realtimeEvent.source }}
{{ realtimeEvent.event.type }}
{{ realtimeEvent.count ? `(${realtimeEvent.count})` : '' }}
{{ JSON.stringify(realtimeEvent.event, null, 2) }}
conversation
awaiting connection...
{{
(conversationItem.role || conversationItem.type).replaceAll(
'_',
' '
)
}}
{{ conversationItem.formatted.output }}
{{ conversationItem.formatted.tool.name }}(
{{ conversationItem.formatted.tool.arguments }})
{{
conversationItem.formatted.transcript ||
(conversationItem.formatted.audio?.length
? '(awaiting transcript)'
: conversationItem.formatted.text || '(item sent)')
}}
{{
conversationItem.formatted.transcript ||
conversationItem.formatted.text ||
'(truncated)'
}}