- Notifications
You must be signed in to change notification settings - Fork 17
Adding documentation for Rust code first #184
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
base: main
Are you sure you want to change the base?
Conversation
| The latest updates on your projects. Learn more about Vercel for GitHub.
|
| </Tabs.Tab> | ||
| <Tabs.Tab> | ||
| ```rust | ||
| // Find details in golem_rust::golem_ai::golem::llm module |
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.
Please copy the relevant functions from the generated bindings here, as I did with TS. The goal is that the user browsing the website have a general understanding of what functionalities these modules provide (without leaving the page).
| Missing:
|
This will be ready for review once golemcloud/golem#2355 (fixes based on findings during documentation) and golemcloud/golem#2352 are merged.