Package ai.wanaku.core.exchange
Interface ToolInvokeReplyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ToolInvokeReply,ToolInvokeReply.Builder
public interface ToolInvokeReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetContent(int index) repeated string content = 2;com.google.protobuf.ByteStringgetContentBytes(int index) repeated string content = 2;intrepeated string content = 2;repeated string content = 2;booleanbool isError = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getIsError
boolean getIsError()bool isError = 1;- Returns:
- The isError.
-
getContentList
repeated string content = 2;- Returns:
- A list containing the content.
-
getContentCount
int getContentCount()repeated string content = 2;- Returns:
- The count of content.
-
getContent
repeated string content = 2;- Parameters:
index- The index of the element to return.- Returns:
- The content at the given index.
-
getContentBytes
com.google.protobuf.ByteString getContentBytes(int index) repeated string content = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the content at the given index.
-