Class JobInfo

java.lang.Object
uno.anahata.ai.tools.JobInfo

public class JobInfo extends Object
A data class representing the state and result of an asynchronous background job.

When a tool is executed asynchronously, a JobInfo object is initially returned to the model to indicate that the task has started. Once the task completes, another JobInfo with the final result is added to the context.

Author:
Anahata
  • Constructor Details

    • JobInfo

      public JobInfo()