override chat hystory #5139
Unanswered
Shahaf-committed
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hey, I'm trying to override my chat history but cant do it:
def query(payload):
response = requests.post(API_URL, json=payload)
return response.json()
def test_override_history_with_name_conversation():
output = test_override_history_with_name_conversation()
as far as I understand this is how it should be done but it doesn't work.
I'm probably just being stupid about it but I am stuck.
(overriding startState works though, I allowed it in the settings>configuration>override configuration> start, I didn't see there a field for history)
please tell me what I'm doing wrong.
Beta Was this translation helpful? Give feedback.
All reactions