ramjibc

Results 1 issues of ramjibc

The `Prompt()` decorator in `server.py` is instantiating a Prompt object before adding it to the list of prompts. This is inconsistent with how the `Tool()` decorator works; it delegates tool...