Skip to content

Commit

Permalink
wrapping up this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
IGiotto12 authored and alckasoc committed Apr 29, 2024
1 parent 3f0275b commit 723bc07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 149 deletions.
143 changes: 0 additions & 143 deletions agential/cog/agent/tmp.ipynb

This file was deleted.

6 changes: 0 additions & 6 deletions agential/cog/functional/react.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,13 @@ def _prompt_agent(
max_steps=max_steps,
prompt=prompt,
)
print("-------------------------------")
print(prompt)
print("-------------------------------")
out = llm(
[
HumanMessage(
content=prompt,
)
]
).content
print("-------------------------------")
print(out)
print("-------------------------------")
assert isinstance(out, str)
return remove_newline(out)

Expand Down

0 comments on commit 723bc07

Please sign in to comment.