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

Method summarize

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

* Summarize the session

(options: Options<SessionSummarizeData, ThrowOnError>)

Source from the content-addressed store, hash-verified

589 * Summarize the session
590 */
591 public summarize<ThrowOnError extends boolean = false>(options: Options<SessionSummarizeData, ThrowOnError>) {
592 return (options.client ?? this._client).post<SessionSummarizeResponses, SessionSummarizeErrors, ThrowOnError>({
593 url: "/session/{id}/summarize",
594 ...options,
595 headers: {
596 "Content-Type": "application/json",
597 ...options.headers,
598 },
599 })
600 }
601
602 /**
603 * List messages for a session

Callers 4

SessionFunction · 0.45
prompt.tsFile · 0.45
summarizeMessageFunction · 0.45
processFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected