All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bsc.langgraph4j.agentexecutor.IntermediateStep Maven / Gradle / Ivy

package org.bsc.langgraph4j.agentexecutor;

public record IntermediateStep(
    AgentAction action,
    String observation
) {}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy