Skip to content

Fix parsing error in Autogen CurrentMessage - #201

Merged
davorrunje merged 2 commits into
mainfrom
fix-parsing-bug
Sep 13, 2024
Merged

Fix parsing error in Autogen CurrentMessage#201
davorrunje merged 2 commits into
mainfrom
fix-parsing-bug

Conversation

@davorrunje

Copy link
Copy Markdown
Contributor

Description

Fixes parsing error caused by variable number of stars outputted by AutoGen IOStream classes

Fixes #200

Type of change

Please delete options that are not relevant.

  • Bug fix (a non-breaking change that resolves an issue)

Checklist

  • My code adheres to the style guidelines of this project (scripts/lint.sh shows no errors)
  • I have conducted a self-review of my own code
  • I have made the necessary changes to the documentation
  • My changes do not generate any new warnings
  • I have added tests to validate the effectiveness of my fix or the functionality of my new feature
  • Both new and existing unit tests pass successfully on my local environment by running scripts/test-cov.sh
  • I have ensured that static analysis tests are passing by running scripts/static-anaylysis.sh
  • I have included code examples to illustrate the modifications

@codecov

codecov Bot commented Sep 13, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
fastagency/runtime/autogen/base.py 94.25% <100.00%> (+0.06%) ⬆️

Merged via the queue into main with commit 4fc2360 Sep 13, 2024
@davorrunje
davorrunje deleted the fix-parsing-bug branch September 13, 2024 07:31
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.

Bug: Custom interactions workflow exception

2 participants