georgehu0815

Results 5 comments of georgehu0815

> e new langchain and pydantic version will break the Openagent code, I have made all the possible changes into openagent code in my local bran would you mind to...

works now, thanks for your help. you can close this ticket.

[like] George Hu reacted to your message: ________________________________ From: shivakharbanda ***@***.***> Sent: Friday, May 3, 2024 6:16:25 AM To: microsoft/TaskWeaver ***@***.***> Cc: George Hu ***@***.***>; Author ***@***.***> Subject: Re: [microsoft/TaskWeaver]...

print("readfile") import json file1="payload-1674915807343-1.json" file2="payload-1674915815120-2.json" with open(file2, 'r') as f: data = json.load(f) # Output: {'name': 'Bob', 'languages': ['English', 'French']} dataitem = data["data"] print("\n") print("dmAppId: "+ data["dmAppId"]) print("\n") print("counters ",...