Allowed method names the webview can invoke on the bridge. Mirrors the
non-streaming surface of IAgentRuntimesClient.
This whitelist is enforced at runtime by AgentChatBridgeHandler: any
incoming request message with a method not in this set is rejected with
a response.error. This prevents the webview from reaching arbitrary
properties on the client instance (e.g. constructor, __proto__).
Allowed method names the webview can invoke on the bridge. Mirrors the non-streaming surface of IAgentRuntimesClient.
This whitelist is enforced at runtime by AgentChatBridgeHandler: any incoming
requestmessage with amethodnot in this set is rejected with a response.error. This prevents the webview from reaching arbitrary properties on the client instance (e.g.constructor,__proto__).