Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/maziyarpanahi/openmed
/ OpenMedClientOptions
Interface
OpenMedClientOptions
clients/typescript/src/index.ts:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
|
"shift_dates"
;
32
33
export
interface
OpenMedClientOptions {
34
baseUrl: string;
35
fetch?: FetchLike;
36
}
37
38
export
interface
AnalyzeRequest {
39
text: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected