java.lang.Object
com.zhipu.oapi.service.v4.assistant.message.tools.code_interpreter.CodeInterpreterToolOutput

public class CodeInterpreterToolOutput extends Object
This class represents the output result of a code tool.
  • 构造器详细资料

    • CodeInterpreterToolOutput

      public CodeInterpreterToolOutput()
  • 方法详细资料

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getLogs

      public String getLogs()
    • setLogs

      public void setLogs(String logs)
    • getErrorMsg

      public String getErrorMsg()
    • setErrorMsg

      public void setErrorMsg(String errorMsg)