We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4830e56 + 3d81c14 commit 351bd11Copy full SHA for 351bd11
README.md
@@ -10,6 +10,7 @@ A .NET library to interact with Large Language Models such as OpenAI. This libra
10
- Pipeline: Helps to create a pipeline of tools to execute them sequentially.
11
- MapReduceTool: Helps to process large data set with a mapper tool in parallel and then reduce to the final output.
12
- SearchTool: Helps to do a web search using Bing API
13
+- Agents: Can help you achieve some objectives by planning and executing actions based on the set of tools available to the agent.
14
15
## API Documentation
16
[Documentation](https://github.com/automaze1/GenAI.NET/blob/main/docs/index.md)
0 commit comments