griptape-ai / griptape-trade-school

Griptape Trade School mkdocs
4 stars 5 forks source link

fixed typo in manners maketh the bot #15

Closed shhlife closed 1 year ago

shhlife commented 1 year ago

in manners maketh the bot I had

print(f"Kiwi: {agent_result.value.output}")

instead of:

print(f"Kiwi: {agent_result.output.value}")