Files
tg-chat-bot/src/model/ai-capability-info.ts
T
2026-02-12 14:22:43 +03:00

5 lines
103 B
TypeScript

export type AiCapabilityInfo = {
supported?: boolean,
external?: boolean,
model?: string
};