import { LinePrefixParser } from '../../../parsers/linePrefix.js'; import { BeeRunOptions, BeeParserInput } from '../../types.js'; import { PromptTemplate } from '../../../../template.js'; import { AnyTool } from '../../../../tools/base.js'; import { DefaultRunner } from '../default/runner.js'; import { z } from 'zod'; import { B as BeeInput, a as BeeAgent } from '../../../../agent-8xqJejQe.js'; import { GetRunContext } from '../../../../context.js'; import '../../../../emitter-l0W9gC1A.js'; import '../../../../internals/types.js'; import '../../../../internals/helpers/guards.js'; import '../../../../internals/serializable.js'; import '../../../parsers/field.js'; import '@streamparser/json'; import 'jsonrepair/stream'; import '../../../parsers/errors.js'; import '../../../../errors.js'; import '../../../../llms/chat.js'; import '../../../../llms/base.js'; import '../../../../cache/base.js'; import 'promise-based-task'; import '../../../../internals/helpers/promise.js'; import '../../../../llms/primitives/message.js'; import '../../../../memory/base.js'; import '../../prompts.js'; import 'ajv'; import '../../../../internals/helpers/schema.js'; import 'zod-to-json-schema'; import '../../../../base-C4dBV_Z9.js'; import '../../../../internals/helpers/counter.js'; declare class DeepThinkRunner extends DefaultRunner { get defaultTemplates(): { system: PromptTemplate; tools: z.ZodArray, z.objectInputType<{ name: z.ZodString; description: z.ZodString; schema: z.ZodString; }, z.ZodTypeAny, "passthrough">>, "many">; createdAt: z.ZodOptional>; }, "strip", z.ZodTypeAny, { instructions: string; tools: z.objectOutputType<{ name: z.ZodString; description: z.ZodString; schema: z.ZodString; }, z.ZodTypeAny, "passthrough">[]; createdAt?: string | null | undefined; }, { tools: z.objectInputType<{ name: z.ZodString; description: z.ZodString; schema: z.ZodString; }, z.ZodTypeAny, "passthrough">[]; createdAt?: string | null | undefined; instructions?: string | undefined; }>>; assistant: PromptTemplate>; toolName: z.ZodOptional>; toolInput: z.ZodOptional>; toolOutput: z.ZodOptional>; finalAnswer: z.ZodOptional>; }, "strip", z.ZodTypeAny, { thought?: string[] | undefined; toolName?: string[] | undefined; toolInput?: string[] | undefined; toolOutput?: string[] | undefined; finalAnswer?: string[] | undefined; }, { thought?: string[] | undefined; toolName?: string[] | undefined; toolInput?: string[] | undefined; toolOutput?: string[] | undefined; finalAnswer?: string[] | undefined; }>>; user: PromptTemplate; }, "passthrough", z.ZodTypeAny, z.objectOutputType<{ createdAt: z.ZodOptional; }, z.ZodTypeAny, "passthrough">, z.objectInputType<{ createdAt: z.ZodOptional; }, z.ZodTypeAny, "passthrough">>>; }, "passthrough", z.ZodTypeAny, z.objectOutputType<{ input: z.ZodString; meta: z.ZodOptional; }, "passthrough", z.ZodTypeAny, z.objectOutputType<{ createdAt: z.ZodOptional; }, z.ZodTypeAny, "passthrough">, z.objectInputType<{ createdAt: z.ZodOptional; }, z.ZodTypeAny, "passthrough">>>; }, z.ZodTypeAny, "passthrough">, z.objectInputType<{ input: z.ZodString; meta: z.ZodOptional; }, "passthrough", z.ZodTypeAny, z.objectOutputType<{ createdAt: z.ZodOptional; }, z.ZodTypeAny, "passthrough">, z.objectInputType<{ createdAt: z.ZodOptional; }, z.ZodTypeAny, "passthrough">>>; }, z.ZodTypeAny, "passthrough">>>; schemaError: PromptTemplate, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>; toolNotFoundError: PromptTemplate, z.objectInputType<{ name: z.ZodString; }, z.ZodTypeAny, "passthrough">>, "many">; }, "passthrough", z.ZodTypeAny, z.objectOutputType<{ tools: z.ZodArray, z.objectInputType<{ name: z.ZodString; }, z.ZodTypeAny, "passthrough">>, "many">; }, z.ZodTypeAny, "passthrough">, z.objectInputType<{ tools: z.ZodArray, z.objectInputType<{ name: z.ZodString; }, z.ZodTypeAny, "passthrough">>, "many">; }, z.ZodTypeAny, "passthrough">>>; toolError: PromptTemplate, z.objectInputType<{ reason: z.ZodString; }, z.ZodTypeAny, "passthrough">>>; toolInputError: PromptTemplate, z.objectInputType<{ reason: z.ZodString; }, z.ZodTypeAny, "passthrough">>>; userEmpty: PromptTemplate, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>; toolNoResultError: PromptTemplate>; }; constructor(input: BeeInput, options: BeeRunOptions, run: GetRunContext); protected createParser(tools: AnyTool[]): { readonly parserRegex: RegExp; readonly parser: LinePrefixParser; }; } export { DeepThinkRunner };