Skip to content

Conversation

@chungjac
Copy link
Contributor

Problem

  • want to differentiate between a message without tool use (ex: what time is it) and a message with tool use (ex: write a docstring for my function)

Solution

  • for both successful messages and messages that resulted in error, see if this message was apart of an agentic loop.
  • An agentic loop is when the LLM asks to run a tool and the LLM receives the results back of running the tool.

  • Treat all work as PUBLIC. Private feature/x branches will not be squash-merged at release time.
  • Your code changes must meet the guidelines in CONTRIBUTING.md.
  • License: I confirm that my contribution is made under the terms of the Apache 2.0 license.

@chungjac chungjac requested review from a team as code owners April 16, 2025 17:43
@github-actions
Copy link

  • This pull request modifies code in src/* but no tests were added/updated.
    • Confirm whether tests should be added or ensure the PR description explains why tests are not required.

@zixlin7 zixlin7 merged commit 8cca827 into aws:feature/agentic-chat Apr 16, 2025
21 of 22 checks passed
@chungjac chungjac deleted the agentic-loop branch April 16, 2025 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants