mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 08:56:21 +02:00
Complete remaining parameter work (#530)
* Fix CLI typo * Complete flow parameters work, still needs implementation in LLMs
This commit is contained in:
parent
72c9acad30
commit
9a34ab1b93
9 changed files with 69 additions and 48 deletions
|
|
@ -35,7 +35,7 @@ class FlowProcessor(AsyncProcessor):
|
|||
|
||||
# These can be overriden by a derived class:
|
||||
|
||||
# Array of specifications: ConsumerSpec, ProducerSpec, SettingSpec
|
||||
# Array of specifications: ConsumerSpec, ProducerSpec, ParameterSpec
|
||||
self.specifications = []
|
||||
|
||||
logger.info("Service initialised.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue