-
Notifications
You must be signed in to change notification settings - Fork 302
Open
Labels
Needs Review 👓needs review by the product teamneeds review by the product teamWiki 📄wiki related workwiki related work
Description
Summary
We use wiki_get_page_content to fetch instructions / tsgs and feed them to llms. There may need to be additional prompting to fix these TSGs. The desire is to write out to the TSG the updated docs from the LLM. However If we fetch the wiki_get_page_content we would also like to set the wiki page content via LLM with create_or_update_page.
This will also make it much easier to interact with LLM and wikis.
create_or_update_page changes
- Take an optional URL.
- Use that to fetch branch, project, wikiIdentifier.
- This means they now need to be optional.
related wiki_get_page_content
wiki_get_page_content had a similiar change see #442 . This should guide the end to end scenario and show what is necessary.
Metadata
Metadata
Assignees
Labels
Needs Review 👓needs review by the product teamneeds review by the product teamWiki 📄wiki related workwiki related work