mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
7 lines
180 B
Python
7 lines
180 B
Python
def search_trains(args: dict) -> dict:
|
|
raise NotImplementedError("TODO implement :)")
|
|
|
|
|
|
def book_trains(args: dict) -> dict:
|
|
raise NotImplementedError("TODO implement :)")
|