Skip to content

Commit

Permalink
error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
vyokky committed Dec 12, 2024
1 parent 07a5603 commit 73249cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ufo/agents/processors/follower_agent_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ def __init__(self, agent: "FollowerAgent", context: Context) -> None:
super().__init__(agent, context)
self.subtask = self.context.get(ContextNames.REQUEST)

@AppAgentProcessor.exception_capture
@AppAgentProcessor.method_timer
def get_prompt_message(self) -> None:
"""
Get the prompt message for the AppAgent in the follower mode. It may accept additional prompts as input.
Expand Down

0 comments on commit 73249cf

Please sign in to comment.