ask_cloud_llm
Send text to a cloud LLM through the privacy gateway, which redacts sensitive data, applies deterministic policy, and returns a status of sent, blocked, or needs_approval.
Instructions
Send text to the cloud LLM through the privacy gateway.
The text is redacted first; then the deterministic policy decides. Possible
status values: sent (redacted text was dispatched and the reply
re-hydrated), blocked (a hard rule refused it), or needs_approval
(call confirm_send with the returned confirmation_token).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |