Package com.embabel.agent.api.tool
Interface ReplanningToolBlackboardUpdater
-
- All Implemented Interfaces:
public interface ReplanningToolBlackboardUpdaterCallback to update the blackboard with tool result content. Defined as a fun interface for Java interoperability.
-
-
Method Summary
Modifier and Type Method Description abstract Unitupdate(Blackboard blackboard, String resultContent)Update the blackboard with the tool result content. -
-
Method Detail
-
update
abstract Unit update(Blackboard blackboard, String resultContent)
Update the blackboard with the tool result content.
- Parameters:
blackboard- The blackboard to updateresultContent- The text content from the tool result
-
-
-
-