API Reference
Interface
IToolWriteGovernanceRuntime
Runtime authorizer for write-capable tool execution.
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ToolRegistry.WriteGovernanceRuntime
Methods
public abstract ToolWriteGovernanceResult Authorize(ToolWriteGovernanceRequest request) #Returns:
ToolWriteGovernanceResultAuthorizes a write-intent tool call.
Parameters
- request IntelligenceX.Tools.ToolWriteGovernanceRequest
- Write authorization request.
Returns
Authorization result.