pub(super) async fn provide_inline_completion_items(
environment: &MountainEnvironment,
document_uri: Url,
position_dto: PositionDTO,
context_dto: Value,
) -> Result<Option<Value>, CommonError>Expand description
Provide inline completion items for the given document position.
Called from ProvideInlineCompletionItems.rs when Monaco requests
ghost-text completions (GitHub Copilot, Roo Code, Continue, etc.).