Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zoo-Code-Org/Zoo-Code
/ getModel
Method
getModel
src/api/providers/fake-ai.ts:70–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
}
69
70
getModel(): { id: string; info: ModelInfo } {
71
return
this.ai.getModel()
72
}
73
74
countTokens(content: Array<Anthropic.Messages.ContentBlockParam>): Promise<number> {
75
return
this.ai.countTokens(content)
Callers
nothing calls this directly
Calls
1
getModel
Method · 0.65
Tested by
no test coverage detected