mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-08 17:59:09 +00:00
feat(id): brand SessionID through Drizzle and Zod schemas (#16953)
This commit is contained in:
@@ -2,9 +2,10 @@ import { describe, expect, test, spyOn, beforeEach, afterEach } from "bun:test"
|
||||
import { z } from "zod"
|
||||
import { QuestionTool } from "../../src/tool/question"
|
||||
import * as QuestionModule from "../../src/question"
|
||||
import { SessionID } from "../../src/session/schema"
|
||||
|
||||
const ctx = {
|
||||
sessionID: "test-session",
|
||||
sessionID: SessionID.make("ses_test-session"),
|
||||
messageID: "test-message",
|
||||
callID: "test-call",
|
||||
agent: "test-agent",
|
||||
|
||||
Reference in New Issue
Block a user