mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-19 09:34:18 -05:00
9 lines
150 B
Protocol Buffer
9 lines
150 B
Protocol Buffer
syntax = "proto3";
|
|
package agents;
|
|
|
|
option csharp_namespace = "Microsoft.AutoGen.Agents.Worker.Client";
|
|
|
|
message AgentState {
|
|
string message = 1;
|
|
}
|