dotimplement / HealthChain

Simplify prototyping and testing LLM applications in healthcare context 💫 🏥
https://dotimplement.github.io/HealthChain/
Apache License 2.0
9 stars 1 forks source link

Function tagged as API can't be called 'Service' #24

Closed adamkells closed 1 week ago

adamkells commented 1 month ago

The example provided in the README file doesn't work because the function tagged with API cannot be called "Service". This should be modified in some way either to A) have a standardised convention for function naming or B) increase flexibility to accept Service as a name.

jenniferjiangkells commented 1 month ago

Think the preferred fix to this is renaming internal attributes of Service with leading underscore e.g. _service