We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60cc1f commit 2b2c54cCopy full SHA for 2b2c54c
1 file changed
README.md
@@ -701,6 +701,7 @@ let! result = Workflow.InProcess.tryRun documentWorkflow
701
| `Tool.create` | Creates a tool from an F# function using a quotation. |
702
| `Tool.createWithDocs` | Creates a tool and extracts XML documentation from the quoted function. |
703
| `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. |
705
706
707
### Agent Functions
0 commit comments