a2a-types 0.2.0

A2A Protocol Types
Documentation
1
2
3
4
5
6
7
8
9
syntax = "proto3";

package google.api;

import "google/protobuf/descriptor.proto";

extend google.protobuf.MethodOptions {
  repeated string method_signature = 1051;
}