🔀 chore(config.yaml): remove unused CustomComponent entry and add custom configuration for CustomComponent

🔀 fix(config.yaml): fix indentation issue in the custom configuration section
The unused CustomComponent entry has been removed from the tools section to clean up the configuration file. Additionally, a custom configuration section has been added for the CustomComponent, allowing for specific configuration options for this component. The indentation issue in the custom configuration section has also been fixed for consistency.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-07-06 17:42:20 -03:00
commit 2459e4ecb9

View file

@ -189,8 +189,6 @@ tools:
documentation: ""
Calculator:
documentation: ""
CustomComponent:
documentation: ""
Serper Search:
documentation: ""
Tool:
@ -289,3 +287,6 @@ output_parsers:
documentation: "https://python.langchain.com/docs/modules/model_io/output_parsers/structured"
ResponseSchema:
documentation: "https://python.langchain.com/docs/modules/model_io/output_parsers/structured"
custom:
CustomComponent:
documentation: ""