Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommandCodeAI/BaseAI
/ BaseResponse
Interface
BaseResponse
packages/baseai/types/providers.ts:214–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
}
213
214
export
interface
BaseResponse {
215
object: string;
216
model: string;
217
}
218
219
/**
220
* The basic structure of a completion response.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected