타입 별칭: InputSchemaOf<TTool>
type InputSchemaOf<TTool> = TTool extends object ? TInput extends undefined ? NoSchema : TInput : NoSchema;
정의 위치: packages/ai/src/activities/chat/tools/tool-definition.ts:57
타입 매개변수
TTool
TTool
type InputSchemaOf<TTool> = TTool extends object ? TInput extends undefined ? NoSchema : TInput : NoSchema;
정의 위치: packages/ai/src/activities/chat/tools/tool-definition.ts:57
TTool