🔀 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:
parent
38da799224
commit
2459e4ecb9
1 changed files with 3 additions and 2 deletions
|
|
@ -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: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue