4.3. Compound States
transitions = {
'state': 'start',
'#GATE `Let\'s talk about music.`': 'music',
'#GATE `Let\'s talk about movies.`': 'movie',
'`That\'s all I can talk about.`': 'end',
}Multiple Topics
transitions = {
'state': 'start',
'`Let\'s talk about music.`': 'music',
'`Let\'s talk about movies.`': 'movie',
'`That\'s all I can talk about.`': 'end'
}
Gating
Scoring
Last updated
Was this helpful?