Class ShellAction

java.lang.Object
ai.acolite.agentsdk.core.ShellAction

public class ShellAction extends Object
ShellAction

Represents a shell command action.

Source: https://github.com/openai/openai-agents-js/blob/main/packages/agents-core/src/types/protocol.ts

  • Constructor Details

    • ShellAction

      public ShellAction()
  • Method Details

    • getCommand

      public String getCommand()
    • setCommand

      public void setCommand(String command)
    • getWorkingDirectory

      public String getWorkingDirectory()
    • setWorkingDirectory

      public void setWorkingDirectory(String workingDirectory)