feat: add message before tool calls (#185)

This commit is contained in:
Abhishek 2026-03-09 17:28:13 +05:30 committed by GitHub
parent 8b5a36e55c
commit ec58356276
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 126 additions and 19 deletions

View file

@ -13,6 +13,7 @@ class Edge:
self.label = data.label
self.condition = data.condition
self.transition_speech = data.transition_speech
self.data = data