MCPcopy
hub / github.com/ollama/ollama-js / Message

Interface Message

src/interfaces.ts:66–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66export interface Message {
67 role: string
68 content: string
69 thinking?: string
70 images?: Uint8Array[] | string[]
71 tool_calls?: ToolCall[]
72 tool_name?: string
73}
74
75export interface ToolCall {
76 function: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected