@avallon-labs/sdk 3.1.0 → 3.2.0-staging.138
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3457,7 +3457,7 @@ declare const useCreateAgent: <TError = ErrorType<ErrorResponse>>(options?: {
|
|
|
3457
3457
|
swrKey: string | readonly ["/v1/agents"];
|
|
3458
3458
|
};
|
|
3459
3459
|
/**
|
|
3460
|
-
* Retrieve a single agent by ID.
|
|
3460
|
+
* Retrieve a single agent by its ID.
|
|
3461
3461
|
* @summary Get agent
|
|
3462
3462
|
*/
|
|
3463
3463
|
declare const getGetAgentUrl: (id: string) => string;
|