Skip to content

Commit

Permalink
Update cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nvm-bot committed Mar 6, 2024
1 parent ea91879 commit 603e194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli/cli_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -2020,7 +2020,7 @@ This command allows to register a new AI Agent/Service in the Nevermined App. Th
| **openApiUrl** | `string` | ☒ | | OpenAPI full URL with description of the service |
| **authType** | `string` | ☒ | `none` | Type of authentication required to access the service. Possible values are: none, basic, bearer |
| **credentials** | `string` | ☒ | | Authentication credentials to access the service. If authType is basic, the format is username:password. If authType is bearer, the format is the access token |
| **endpoint** | `array` | ☑ | | Endpoint where the agent is available. The format is method@url. Example: --endpoint GET@http://example.com/get/(.*) |
| **endpoint** | `array` | ☑ | `` | Endpoint where the agent is available. The format is method@url. Example: --endpoint GET@http://example.com/get/(.*) |
| **dynamicCost** | `boolean` | ☒ | `false` | Indicates if the agent has dynamic cost |
| **cost** | `number` | ☒ | `1` | The cost in credits of using the service |
| **maxCost** | `number` | ☒ | | The capped cost in credits of using the service. This parameter is only used if dynamicCost is true |
Expand Down

0 comments on commit 603e194

Please sign in to comment.