Keyterm biasing for STTs that accept a term list.
Can be passed as a plain object:
new AgentSession({ keytermsOptions: { keyterms: ['LiveKit', 'Acme Corp'], keytermDetection: { enabled: true, turnInterval: 1 }, },}); Copy
new AgentSession({ keytermsOptions: { keyterms: ['LiveKit', 'Acme Corp'], keytermDetection: { enabled: true, turnInterval: 1 }, },});
Optional
LLM-based keyterm extraction, for STTs that accept a term list.
Static keyterms applied wherever the STT accepts a term list; never touched by detection.
Keyterm biasing for STTs that accept a term list.
Can be passed as a plain object: