Read the conversation's messages (capability-gated; returns `[]` when the adapter can't read history).
()
| 86 | }): Promise<{ ok: boolean; fileId?: string; error?: string }>; |
| 87 | /** Read the conversation's messages (capability-gated; returns `[]` when the adapter can't read history). */ |
| 88 | getMessages(): Promise<ThreadMessage[]>; |
| 89 | /** Resolve a platform user by a free-form query (capability-gated; returns `undefined` when unsupported). */ |
| 90 | lookupUser(query: string): Promise<PlatformUser | undefined>; |
| 91 | /** Pin suggested prompts (capability-gated; returns `{ ok: false }` on surfaces without support). */ |
no outgoing calls
no test coverage detected