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
I created custom variables "scenario" and "persona" through the Api in my python script.
Now i want to use them like "scenario": "walking on the moon", "persona":"a small green alien named Frank" while maybe the variable "scenario" can change over time. I searched the documentation but maybe its so trivial it is not mentioned or im just to dumb. How can i set and use these custom variables in python?
The text was updated successfully, but these errors were encountered:
### What problem does this PR solve?
Add parameters for ask_chat and fix bugs in list_sessions
#4105
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)
Co-authored-by: liuhua <10215101452@stu.ecun.edu.cn>
…#4119)
### What problem does this PR solve?
Add parameters for ask_chat and fix bugs in list_sessions
infiniflow#4105
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)
Co-authored-by: liuhua <10215101452@stu.ecun.edu.cn>
Describe your problem
I created custom variables "scenario" and "persona" through the Api in my python script.
Now i want to use them like "scenario": "walking on the moon", "persona":"a small green alien named Frank" while maybe the variable "scenario" can change over time. I searched the documentation but maybe its so trivial it is not mentioned or im just to dumb. How can i set and use these custom variables in python?
The text was updated successfully, but these errors were encountered: