Skip to content

Commit 5421e50

Browse files
authored
Update gc_learnings.md (microsoft#285)
to document potential improvement of making conversation-ending behavior optional
1 parent 85a248d commit 5421e50

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

assistants/prospector-assistant/gc_learnings/gc_learnings.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ This doc is intended to capture our team learnings with using Guided Conversatio
1818

1919
> NOTE: It is possible the prompt instructions for setting a conversation status to "complete" will not coincide with GC setting its result "conversation_is_over". It is likely best to depend on one or the other, and not depend on both to be true at the same time.
2020
21+
## Potential improvements
22+
23+
1. Make conversation-ending optional - ie. leave it to whatever is controlling the conversation flow, and leveraging guided-conversation, to decide when the conversation is over (ie. to stop calling guided conversation)
24+
- As mentioned above, guided-conversation can arbitrarily end the conversation. This can happen unexpectedly, and for some workflows, such as when delegatin to guided-conversation in a larger flow, it may not make sense for guided-conversation to decide when this happens.
25+
- Ideally it would be an optional behavior
26+
2127
## Observations
2228

2329
- 11/8/24: GC conversation plan function was called 21 times before final update plan was called. Appeared as an endless loop to the user. Possibility an endless loop could actually occur? Need to investigate further.

0 commit comments

Comments
 (0)