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

public class CodeInterpreterToolBlock extends ToolsType
This class represents a block of code tool data.
  • 构造器详细资料

    • CodeInterpreterToolBlock

      public CodeInterpreterToolBlock()
  • 方法详细资料

    • getCodeInterpreter

      public CodeInterpreter getCodeInterpreter()
    • setCodeInterpreter

      public void setCodeInterpreter(CodeInterpreter codeInterpreter)
    • getType

      public String getType()
    • setType

      public void setType(String type)