Option pour cacher les messages Sys et Tools

This commit is contained in:
2026-02-12 15:21:33 +01:00
parent 4b5c8aa6f8
commit ad5adc6683
2 changed files with 6 additions and 4 deletions

View File

@@ -22,4 +22,4 @@ initial_input = {
config={"configurable": {"thread_id": 'yes'}}
# Et je lance !
streamGraph(initial_input, config, getGraph(), showSysMessages=False)
streamGraph(initial_input, config, getGraph(), showSysMessages=True, showToolMessages=True)