Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow GC artifact to be set prior to calling initial conversation step. #237

Merged
merged 5 commits into from
Nov 12, 2024

Conversation

momuno
Copy link
Member

@momuno momuno commented Nov 12, 2024

GC Configs

  • Updates doc agent's gc naming to add clarity
  • add filenames to gc attachment check config
  • add filenames and current outline to gc outline feedback config

Doc agents' GC helper file updated:

  • separate out GC constructor from conversation step --> use constructor to set initial state in storage
  • add getter for artifact --> only reads from storage
  • add setter for artifact --> writes to storage AND resets the GC instance with this new info
  • step_conversation shrinks... only needs last_user_message now in parameters.

Doc agent

  • updates logic per changes in GC helper file to initiate GC, update artifact, and run conversation step.

@momuno momuno merged commit f3819aa into microsoft:main Nov 12, 2024
3 checks passed
@momuno momuno deleted the dec/mode-draft-paper branch November 12, 2024 00:52
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.

1 participant