타입 별칭: AnyServerTool
type AnyServerTool = Omit<ServerTool<any, any, string, any, boolean, any>, "execute"> & object;
정의 위치: packages/ai/src/activities/chat/tools/tool-definition.ts:136
서로 다른 항목으로 구성된 내부 컬렉션을 위한 포괄적인 서버 도구 형태입니다.
타입 선언
execute?
optional execute?: (args, context?) => any;
매개변수
args
any
context?
any
반환값
any