public static interface Api.FunctionCallOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getArguments()
The arguments to call the function with, generated by model, formatted as
json, may not valid, the caller should validate the arguments before
calling the function.
|
com.google.protobuf.ByteString |
getArgumentsBytes()
The arguments to call the function with, generated by model, formatted as
json, may not valid, the caller should validate the arguments before
calling the function.
|
String |
getName()
The name of the function to call.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the function to call.
|
String getName()
The name of the function to call.
string name = 1;
com.google.protobuf.ByteString getNameBytes()
The name of the function to call.
string name = 1;
String getArguments()
The arguments to call the function with, generated by model, formatted as json, may not valid, the caller should validate the arguments before calling the function.
string arguments = 2;
com.google.protobuf.ByteString getArgumentsBytes()
The arguments to call the function with, generated by model, formatted as json, may not valid, the caller should validate the arguments before calling the function.
string arguments = 2;
Copyright © 2024. All rights reserved.