Skip to content

Commit

Permalink
add trajectory logging
Browse files Browse the repository at this point in the history
  • Loading branch information
IBMC265 committed Sep 25, 2024
1 parent c3e540c commit d21283d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions litewebagent/agents/SearchAgents/PromptSearchAgent.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def bfs(self):
"status": "pending",
"depth": depth,
}
logger.info(trajectory_record)
self.trajectories.append(trajectory_record)

try:
Expand Down

0 comments on commit d21283d

Please sign in to comment.