Uses of Class
ai.wanaku.core.exchange.v1.ToolInvokeReply.Builder
Packages that use ToolInvokeReply.Builder
-
Uses of ToolInvokeReply.Builder in ai.wanaku.core.exchange.v1
Methods in ai.wanaku.core.exchange.v1 that return ToolInvokeReply.BuilderModifier and TypeMethodDescriptionToolInvokeReply.Builder.addAllContent(Iterable<String> values) repeated string content = 2;ToolInvokeReply.Builder.addContent(String value) repeated string content = 2;ToolInvokeReply.Builder.addContentBytes(com.google.protobuf.ByteString value) repeated string content = 2;ToolInvokeReply.Builder.clear()ToolInvokeReply.Builder.clearContent()repeated string content = 2;ToolInvokeReply.Builder.mergeFrom(ToolInvokeReply other) ToolInvokeReply.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ToolInvokeReply.Builder.mergeFrom(com.google.protobuf.Message other) static ToolInvokeReply.BuilderToolInvokeReply.newBuilder()static ToolInvokeReply.BuilderToolInvokeReply.newBuilder(ToolInvokeReply prototype) ToolInvokeReply.newBuilderForType()protected ToolInvokeReply.BuilderToolInvokeReply.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ToolInvokeReply.Builder.setContent(int index, String value) repeated string content = 2;ToolInvokeReply.toBuilder()