Class StructuredOutputExample.WeatherReport

java.lang.Object
ai.acolite.agentsdk.examples.StructuredOutputExample.WeatherReport
Enclosing class:
StructuredOutputExample

public static class StructuredOutputExample.WeatherReport extends Object
Data class for weather information. The agent will return an instance of this class.
  • Field Details

    • location

      public String location
    • temperature

      public int temperature
    • conditions

      public String conditions
    • recommendation

      public String recommendation
  • Constructor Details

    • WeatherReport

      public WeatherReport()