A2APreviewTool.SendCredentialsForAgentCard Property
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.
When true, Foundry sends its credentials when fetching the remote
agent's Agent Card. The service defaults to false if a value is not
specified by the caller (anonymous fetch).
public bool? SendCredentialsForAgentCard { get; set; }
member this.SendCredentialsForAgentCard : Nullable<bool> with get, set
Public Property SendCredentialsForAgentCard As Nullable(Of Boolean)