MCPcopy Create free account
hub / github.com/aetherstate/GODMOD3.AI / SendMessageOptions

Interface SendMessageOptions

HF/src/lib/openrouter.ts:13–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13interface SendMessageOptions {
14 messages: Message[]
15 model: string
16 apiKey: string
17 noLog?: boolean
18 signal?: AbortSignal
19 temperature?: number
20 maxTokens?: number
21 top_p?: number
22 top_k?: number
23 frequency_penalty?: number
24 presence_penalty?: number
25 repetition_penalty?: number
26}
27
28interface OpenRouterResponse {
29 id: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected