Afrizal Hasbi Azizy
Results
2
issues of
Afrizal Hasbi Azizy
Hi there, first off thanks to the developer for the very cool open source tool! At the moment, im trying use clangql for a project, and have this issue when...
enhancement
### Description Running this code would give it a validation error: ``` import numpy as np cf.run( "Convert to np array: [1,2,3]", result_type=str, agents=[agent_name], tools=[np.array], ) ``` ``` { "name":...
bug