You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation simply shows summary that is generated as a raw answer. This could possibly include some misleading information or unnecessary phrases such as here is the updated summary:, "there is not much to be updated, before summary: .... after revised summary: ...`, etc.,
This issue could be easily resolved with structured output something like below:
{
"updated_summary": "....."
}
the below indicates the relevant parts of the current implementation that should be modified for this
:
Current implementation simply shows summary that is generated as a raw answer. This could possibly include some misleading information or unnecessary phrases such as
here is the updated summary:
, "there is not much to be updated,
before summary: .... after revised summary: ...`, etc.,This issue could be easily resolved with structured output something like below:
the below indicates the relevant parts of the current implementation that should be modified for this
:
AdaptSum/main.py
Line 63 in 6ecf0ff
The text was updated successfully, but these errors were encountered: