mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-28 08:49:38 +02:00
rename klo to ktx
This commit is contained in:
parent
1a42152e6f
commit
3ce510b55b
704 changed files with 10205 additions and 10255 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { createHash } from 'node:crypto';
|
||||
import { z } from 'zod';
|
||||
import type { KloEmbeddingPort } from '../core/index.js';
|
||||
import type { KtxEmbeddingPort } from '../core/index.js';
|
||||
import { buildContextCandidateEmbeddingText } from '../ingest/context-candidates/index.js';
|
||||
import { BaseTool, type ToolContext, type ToolOutput } from './base-tool.js';
|
||||
import { chunkIdSchema } from './context-evidence-ids.js';
|
||||
|
|
@ -40,7 +40,7 @@ export class ContextCandidateWriteTool extends BaseTool<typeof contextCandidateW
|
|||
|
||||
constructor(
|
||||
private readonly store: ContextEvidenceToolStorePort,
|
||||
private readonly embeddingService: Pick<KloEmbeddingPort, 'computeEmbedding'>,
|
||||
private readonly embeddingService: Pick<KtxEmbeddingPort, 'computeEmbedding'>,
|
||||
) {
|
||||
super();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue