UNPKG

@samchon/openapi

Version:

OpenAPI definitions and converters for 'typia' and 'nestia'.

12 lines (10 loc) 356 B
import { LlmTypeCheckerV3_1 } from "./LlmTypeCheckerV3_1"; /** * Type checker for Claude type schema. * * `ClaudeTypeChecker` is an alias for {@link LlmTypeCheckerV3_1} since Claude * supports the same schema structure as LLM Schema v3.1. * * @author Jeongho Nam - https://github.com/samchon */ export const ClaudeTypeChecker = LlmTypeCheckerV3_1;