We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed3d4f4 + 6424349 commit ca509efCopy full SHA for ca509ef
src/a2a-net.Core/A2AProtocol.cs
@@ -31,14 +31,14 @@ public static class Methods
31
public static class Messages
32
{
33
34
- const string Prefix = "messages/";
+ const string Prefix = "message/";
35
36
/// <summary>
37
- /// The name of the method for sending a message to an agent ("messages/send").
+ /// The name of the method for sending a message to an agent ("message/send").
38
/// </summary>
39
public const string Send = Prefix + "send";
40
41
- /// The name of the method for streaming messages to an agent ("messages/stream").
+ /// The name of the method for streaming messages to an agent ("message/stream").
42
43
public const string Stream = Prefix + "stream";
44
}
0 commit comments