CustomTextFormatParameter Class
- java.
lang. Object - com.
azure. ai. agents. models. CustomToolParamFormat - com.
azure. ai. agents. models. CustomTextFormatParameter
- com.
- com.
public final class CustomTextFormatParameter
extends CustomToolParamFormat
Text format Unconstrained free-form text.
Constructor Summary
| Constructor | Description |
|---|---|
| CustomTextFormatParameter() |
Creates an instance of Custom |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Custom |
fromJson(JsonReader jsonReader)
Reads an instance of Custom |
|
Custom |
getType()
Get the type property: The type property. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from CustomToolParamFormat
Methods inherited from java.lang.Object
Constructor Details
CustomTextFormatParameter
public CustomTextFormatParameter()
Creates an instance of CustomTextFormatParameter class.
Method Details
fromJson
public static CustomTextFormatParameter fromJson(JsonReader jsonReader)
Reads an instance of CustomTextFormatParameter from the JsonReader.
Parameters:
Returns:
Throws:
getType
public CustomToolParamFormatType getType()
Get the type property: The type property.
Overrides:
CustomTextFormatParameter.getType()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
CustomTextFormatParameter.toJson(JsonWriter jsonWriter)Parameters:
Throws: