AS A Service Administrator
I WANT to manually trigger API endpoint indexing from the Service Module
SO THAT I can recover from failed LLM Module indexing during API endpoint create/edit flows
Description
When an API endpoint is created or edited in the Service Module, the system should attempt to notify/index the endpoint in the LLM Module. If this automatic indexing fails, the user must have a clear way to manually retry the indexing action from the Service Module UI.
Acceptance Criteria
Notes
- Indexing failure must not block endpoint creation or editing.
- Use latest saved endpoint data, not unsaved modal state.
- Keep the action explicit; no automatic retry loop required in this task.
AS A Service Administrator
I WANT to manually trigger API endpoint indexing from the Service Module
SO THAT I can recover from failed LLM Module indexing during API endpoint create/edit flows
Description
When an API endpoint is created or edited in the Service Module, the system should attempt to notify/index the endpoint in the LLM Module. If this automatic indexing fails, the user must have a clear way to manually retry the indexing action from the Service Module UI.
Acceptance Criteria
Notes