Harrison/agents structured (#10911)

This commit is contained in:
Harrison Chase
2023-09-22 10:21:23 -07:00
committed by GitHub
parent b4d2663beb
commit 9062e36722
2 changed files with 363 additions and 0 deletions

View File

@@ -330,6 +330,11 @@ class RunnableAgent(BaseSingleActionAgent):
arbitrary_types_allowed = True
@property
def return_values(self) -> List[str]:
"""Return values of the agent."""
return []
@property
def input_keys(self) -> List[str]:
"""Return the input keys.