Skip to content

Commit 6424349

Browse files
authored
1 parent ed3d4f4 commit 6424349

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/a2a-net.Core/A2AProtocol.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ public static class Methods
3131
public static class Messages
3232
{
3333

34-
const string Prefix = "messages/";
34+
const string Prefix = "message/";
3535

3636
/// <summary>
37-
/// The name of the method for sending a message to an agent ("messages/send").
37+
/// The name of the method for sending a message to an agent ("message/send").
3838
/// </summary>
3939
public const string Send = Prefix + "send";
4040
/// <summary>
41-
/// The name of the method for streaming messages to an agent ("messages/stream").
41+
/// The name of the method for streaming messages to an agent ("message/stream").
4242
/// </summary>
4343
public const string Stream = Prefix + "stream";
4444
}

0 commit comments

Comments
 (0)