-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Align Cicero Server API with Cicero CLI #508
Comments
i would like to work on this issue. |
that's great! I think there might be already some work being done by @martinhalford though, so this may need some coordination. |
Hi Ardrij, |
An initial PR would be great. We can then refine and there will likely be some follow up work in extensions / testing / documentation. |
Pull request submitted. I've implemented /draft and /parse. If anyone wants to have a crack at the other commands (e.g. /invoke) then go for it. |
Thanks! I've merged it. I'm leaving this issue open for now, as I think there could be further improvements as mentioned in comments. |
@jeromesimeon I would like to implement the other commands , if this issue is available 👍 |
@martinhalford Can we consider this issue closed, or is there more work to do on the Cicero server API? |
Is your feature request related to a problem? Please describe.
Cicero server only supports a single version of the
cicero trigger
call through the/trigger
endpoint. It might be interesting to extend the cicero server API to the rest of the commands (e.g.,draft
invoke
parse
).Other improvements could include the ability to pass or create the template from a string (binary encoded) or JSON.
The text was updated successfully, but these errors were encountered: