Class Export

  • All Implemented Interfaces:

    
    public final class Export
    
                        

    Metadata describing how a goal will be exported

    • Constructor Detail

      • Export

        Export(String name, Boolean remote, Boolean local, Set<Class<?>> startingInputTypes)
        Parameters:
        name - custom name for the goal when exported.
        remote - whether the goal is exported to a remote system (e.g., MCP).
        local - whether the goal is exported to a local system (e.g.
        startingInputTypes - input types that we can prompt the user from to get to this goal.