McpToolExtensions.set_ProjectConnectionId(McpTool, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Foundry project connection identifier associated with this MCP tool. The value is stored as a JSON patch on the underlying tool definition.
public static void set_ProjectConnectionId(OpenAI.Responses.McpTool mcpTool, string value);
static member set_ProjectConnectionId : OpenAI.Responses.McpTool * string -> unit
Public Shared Sub set_ProjectConnectionId (mcpTool As McpTool, value As String)
Parameters
- mcpTool
- OpenAI.Responses.McpTool
- value
- String