We begin by defining a set of `Decision` objects. These are the decision paths that the semantic router can decide to use, let's try two simple decisions for now — one for talk on _politics_ and another for _chitchat_:
We begin by defining a set of `Decision` objects. These are the decision paths that the semantic router can decide to use, let's try two simple decisions for now — one for talk on _politics_ and another for _chitchat_:
```python
```python
fromsemantic_router.schemaimportRoute
fromsemantic_routerimportRoute
# we could use this as a guide for our chatbot to avoid political conversations
# we could use this as a guide for our chatbot to avoid political conversations