-
Notifications
You must be signed in to change notification settings - Fork 13
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
Convert example copilot to new api #30
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested running it in the FE and worked first time without issues!
Left a few comments on the readme
) | ||
|
||
|
||
class Undefined: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious, what's this for? 😂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR converts the
example copilot
to the new copilot protocol that will soon be launched to the OpenBB Workspace / App. This is a substantial breaking change in the protocol, but makes custom copilots dramatically more powerful and flexible.This PR also adds a migration guide in the
docs
folder that provides a guide and assistance in migrating to the new protocol, and updates the README of the project to reflect the new protocol.All other custom copilots have been moved to a
WIP
folder, and will be updated in time as we evaluate their ability to be ported to the new protocol (which now requires function calling in order to retrieve data from the OpenBB app).