Skip to main content
Glama
collaborative-reasoning.d.ts1.47 kB
import { z } from 'zod'; import type { SessionState } from '../state/SessionState.js'; declare const CollaborativeReasoningSchema: z.ZodObject<{ topic: z.ZodString; perspectives: z.ZodArray<z.ZodObject<{ agent: z.ZodString; viewpoint: z.ZodString; reasoning: z.ZodString; }, "strip", z.ZodTypeAny, { reasoning: string; agent: string; viewpoint: string; }, { reasoning: string; agent: string; viewpoint: string; }>, "many">; synthesis: z.ZodString; consensus: z.ZodOptional<z.ZodString>; sessionId: z.ZodOptional<z.ZodString>; }, "strip", z.ZodTypeAny, { synthesis: string; perspectives: { reasoning: string; agent: string; viewpoint: string; }[]; topic: string; consensus?: string | undefined; sessionId?: string | undefined; }, { synthesis: string; perspectives: { reasoning: string; agent: string; viewpoint: string; }[]; topic: string; consensus?: string | undefined; sessionId?: string | undefined; }>; export type CollaborativeReasoningArgs = z.infer<typeof CollaborativeReasoningSchema>; declare function handleCollaborativeReasoning(args: CollaborativeReasoningArgs, session: SessionState): Promise<{ content: { type: "text"; text: string; }[]; }>; export { handleCollaborativeReasoning }; //# sourceMappingURL=collaborative-reasoning.d.ts.map

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/waldzellai/clearthought-onepointfive'

If you have feedback or need assistance with the MCP directory API, please join our Discord server