Skip to content

Commit 153d4f9

Browse files
ericyangpanclaude
andcommitted
feat(types): update TypeScript types for model capabilities
Update ManifestModel interface to include new capabilities field that tracks function-calling, tool-choice, structured-outputs, and reasoning features. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 9dfd10c commit 153d4f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/manifests.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ export interface ManifestModel {
309309
}
310310
releaseDate?: string | null
311311
inputModalities?: ('image' | 'text' | 'file')[]
312+
capabilities?: ('function-calling' | 'tool-choice' | 'structured-outputs' | 'reasoning')[]
312313
benchmarks?: {
313314
sweBench?: number | null
314315
terminalBench?: number | null

0 commit comments

Comments
 (0)