Skip to content

Commit

Permalink
add components promperty to Agent class def
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosFerLo committed Oct 29, 2023
1 parent 87882b4 commit 63056cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synthetic/agents/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Agent () :
llm: LLM
prompt_template: PromptTemplate
functions: List[Function]
components: List[Type[Component]]

signature: str
signature_pattern: re.Pattern
Expand Down

0 comments on commit 63056cc

Please sign in to comment.