fix: keep pi-ai tool types for published sdk

This commit is contained in:
Peter Steinberger
2026-01-01 17:01:56 +00:00
parent 3eb3f38adf
commit 956db9c182
8 changed files with 18 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
import type { AgentTool, AgentToolResult } from "@mariozechner/pi-agent-core";
import type { AgentTool, AgentToolResult } from "@mariozechner/pi-ai";
import { codingTools, readTool } from "@mariozechner/pi-coding-agent";
import { Type } from "@sinclair/typebox";