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