Re-export Type from typebox, update examples to import from pi-coding-agent

This commit is contained in:
Mario Zechner 2025-12-17 16:09:19 +01:00
parent 4e476f603e
commit aedce30618
6 changed files with 9 additions and 7 deletions

View file

@ -2,7 +2,7 @@
* Question Tool - Let the LLM ask the user a question with options
*/
import { Type } from "@sinclair/typebox";
import { Type } from "@mariozechner/pi-coding-agent";
import { Text } from "@mariozechner/pi-tui";
import type { CustomAgentTool, CustomToolFactory } from "@mariozechner/pi-coding-agent";