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
Copy file name to clipboardExpand all lines: src/api/query-api.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,7 @@ export class AIQueryApi extends NVMBackendApi {
137
137
* @param did - Agent DID
138
138
* @param task - Task object. The task object should contain the query to execute and the name of the task. All the attributes here: @see https://docs.nevermined.io/docs/protocol/query-protocol#tasks-attributes
139
139
* @param queryOpts - The query options @see {@link Payments.getServiceAccessConfig}
140
+
* @param _callback - The callback to execute when a new task log event is received (optional)
0 commit comments