콘텐츠로 이동

ComputerTool

이 콘텐츠는 아직 번역되지 않았습니다.

type ComputerTool = object;

Exposes a computer to the model as a tool to be called

The context of the tool

The result of the tool

computer: Computer;

The computer to use.


name: "computer_use_preview" | string;

The name of the tool.


type: "computer";