Package ai.acolite.agentsdk.examples
Class StructuredOutputExample.WeatherReport
java.lang.Object
ai.acolite.agentsdk.examples.StructuredOutputExample.WeatherReport
- Enclosing class:
StructuredOutputExample
Data class for weather information. The agent will return an instance of this class.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
location
-
temperature
public int temperature -
conditions
-
recommendation
-
-
Constructor Details
-
WeatherReport
public WeatherReport()
-