File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 6868 - name : Build
6969 run : npm run build
7070
71+ - name : Validate JSR publish (dry-run)
72+ run : npx jsr publish --dry-run
73+
7174 - name : Test
7275 run : npm run test
7376
Original file line number Diff line number Diff line change 11import SumUp from "@sumup/sdk" ;
22
33import { type ToolSet , tool , zodSchema } from "ai" ;
4-
5- import { registerTools } from "src/common" ;
64import type z from "zod" ;
5+ import { registerTools } from "../common" ;
76
87class SumUpAgentToolkit {
98 private _sumup : SumUp ;
Original file line number Diff line number Diff line change 11import { tool } from "@openai/agents" ;
22import SumUp from "@sumup/sdk" ;
3- import { registerTools } from "src/common" ;
43import type z from "zod" ;
4+ import { registerTools } from "../common" ;
55
66type AgentFunctionTool = ReturnType < typeof tool > ;
77
You can’t perform that action at this time.
0 commit comments