Skip to content

Commit 2b2c54c

Browse files
committed
Added Tool.inject to readme feature matrix
1 parent c60cc1f commit 2b2c54c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,7 @@ let! result = Workflow.InProcess.tryRun documentWorkflow
701701
| `Tool.create` | Creates a tool from an F# function using a quotation. |
702702
| `Tool.createWithDocs` | Creates a tool and extracts XML documentation from the quoted function. |
703703
| `Tool.describe` | Overrides or adds a description for a tool. |
704+
| `Tool.inject` | Partially applies the leftmost parameter (a dependency) of a tool's function, returning a new `ToolDef` with one fewer parameter. |
704705

705706

706707
### Agent Functions

0 commit comments

Comments
 (0)