MCPcopy Create free account
hub / github.com/arctic-cli/interface / message

Method message

packages/sdk/js/src/gen/sdk.gen.ts:629–634  ·  view source on GitHub ↗

* Get a message from a session

(options: Options<SessionMessageData, ThrowOnError>)

Source from the content-addressed store, hash-verified

627 * Get a message from a session
628 */
629 public message<ThrowOnError extends boolean = false>(options: Options<SessionMessageData, ThrowOnError>) {
630 return (options.client ?? this._client).get<SessionMessageResponses, SessionMessageErrors, ThrowOnError>({
631 url: "/session/{id}/message/{messageID}",
632 ...options,
633 })
634 }
635
636 /**
637 * Create and send a new message to a session, start if needed and return immediately

Callers 10

transform.test.tsFile · 0.45
handlerFunction · 0.45
showRemovalSummaryFunction · 0.45
executeUninstallFunction · 0.45
handlerFunction · 0.45
handleOllamaLoginFunction · 0.45
handlerFunction · 0.45
handlerFunction · 0.45
transformParamsFunction · 0.45
transformParamsFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected