Class JobInfo
java.lang.Object
uno.anahata.ai.tools.JobInfo
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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDefines the possible states of a background job. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JobInfo
public JobInfo()
-
