Skip to content

feat: add strongly typed tools with createTool helpers #135

feat: add strongly typed tools with createTool helpers

feat: add strongly typed tools with createTool helpers #135

Triggered via pull request December 16, 2025 18:29
Status Failure
Total duration 24s
Artifacts

pr-validation.yaml

on: pull_request
validate  /  validate
21s
validate / validate
Fit to window
Zoom out
Zoom in

Annotations

2 errors
validate / validate
Process completed with exit code 2.
validate / validate: src/lib/create-tool.ts#L211
Type '(params: output<TInput>, context: TurnContext) => output<TOutput> | Promise<output<TOutput>>' is not assignable to type '(params: output<TInput>, context?: TurnContext | undefined) => output<TOutput> | Promise<output<TOutput>>'.