pyaiml21.graphmaster.stars.StarBindings

class pyaiml21.graphmaster.stars.StarBindings(stars: typing.List[str] = <factory>, thatstars: typing.List[str] = <factory>, topicstars: typing.List[str] = <factory>)[source][source]

Wildcard-matched parts of the user’s input.

Storage for matched stars as they were discovered while matching the graphmaster with the user’s input.

Methods

Attributes

stars

stars found in the last user query

thatstars

stars from the last bots answer, aka that / context

topicstars

stars matched with current conversational topic

stars: List[str][source]

stars found in the last user query

thatstars: List[str][source]

stars from the last bots answer, aka that / context

topicstars: List[str][source]

stars matched with current conversational topic