UNPKG

@samchon/openapi

Version:

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

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