diff --git a/TRANSPARENCY_FAQ.md b/TRANSPARENCY_FAQ.md index 9d86bc5983..cd850ff796 100644 --- a/TRANSPARENCY_FAQ.md +++ b/TRANSPARENCY_FAQ.md @@ -97,7 +97,7 @@ Microsoft Agent Framework relies on existing LLMs. Using the framework retains c The framework supports multiple external service types: - **Native Functions**: Custom Python/C# functions that agents can invoke -- **A2A Integration**: Agent-to-agent communication and coordination +- **A2A (Agent2Agent)Integration**: Agent-to-agent communication and coordination - **Model Context Protocol (MCP)**: External tools and data sources through MCP servers - **Tools & External Capabilities**: Agent-invokable external services @@ -110,7 +110,7 @@ Microsoft Agent Framework is an open-source framework that allows integration wi **Data Access by Service Type**: - **Native Functions**: Custom functions you develop have access to whatever data you explicitly pass to them as parameters -- **A2A (Agent-to-Agent)**: External agents can access conversation history, messages, and any data you configure to share through the communication interface +- **A2A (Agent2Agent)**: External agents can access conversation history, messages, and any data you configure to share through the communication interface - **Model Context Protocol (MCP) Servers**: External MCP servers can access data according to the specific MCP server implementation and your configuration - **External Tools**: Third-party tools and APIs have access to data you explicitly send to them through function calls diff --git a/dotnet/samples/A2AClientServer/README.md b/dotnet/samples/A2AClientServer/README.md index 236d3b9ecc..8bf5fc5816 100644 --- a/dotnet/samples/A2AClientServer/README.md +++ b/dotnet/samples/A2AClientServer/README.md @@ -145,7 +145,7 @@ Sample output from the request to send a message to the agent via A2A protocol: ### Testing the Agents using the A2A Inspector -The A2A Inspector is a web-based tool designed to help developers inspect, debug, and validate servers that implement the Google A2A (Agent-to-Agent) protocol. It provides a user-friendly interface to interact with an A2A agent, view communication, and ensure specification compliance. +The A2A Inspector is a web-based tool designed to help developers inspect, debug, and validate servers that implement the Google A2A (Agent2Agent) protocol. It provides a user-friendly interface to interact with an A2A agent, view communication, and ensure specification compliance. For more information go [here](https://github.com/a2aproject/a2a-inspector). @@ -224,7 +224,7 @@ Agent: The transaction details for **TICKET-XYZ987** are as follows: - **Hats:** 200 units at $15.00 each - **Glasses:** 300 units at $5.00 each -To proceed with the dispute regarding the quantity of t-shirts delivered, please specify the exact quantity issue – how many t-shirts were actually received compared to the ordered amount. +To proceed with the dispute regarding the quantity of t-shirts delivered, please specify the exact quantity issue � how many t-shirts were actually received compared to the ordered amount. ### Customer Service Policy for Handling Disputes **Short Shipment Dispute Handling Policy V2.1** diff --git a/dotnet/samples/AgentWebChat/AgentWebChat.Web/Components/Pages/Home.razor b/dotnet/samples/AgentWebChat/AgentWebChat.Web/Components/Pages/Home.razor index 13c3f2711f..4a5792966a 100644 --- a/dotnet/samples/AgentWebChat/AgentWebChat.Web/Components/Pages/Home.razor +++ b/dotnet/samples/AgentWebChat/AgentWebChat.Web/Components/Pages/Home.razor @@ -52,7 +52,7 @@