Documentation
¶
Index ¶
- func CreateAgent(ctx context.Context, logger logger.Logger, baseUrl string, token string, ...) (string, error)
- func DeleteAgents(ctx context.Context, logger logger.Logger, baseUrl string, token string, ...) ([]string, error)
- func GetApiKey(ctx context.Context, logger logger.Logger, baseUrl string, token string, ...) (string, error)
- type Agent
- type AgentAPIKey
- type ListResponse
- type Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAgent ¶
func CreateAgent(ctx context.Context, logger logger.Logger, baseUrl string, token string, projectId string, name string, description string, authType string) (string, error)
CreateAgent will create a new agent in the project
Types ¶
type Agent ¶
type AgentAPIKey ¶ added in v0.0.38
type ListResponse ¶
Click to show internal directories.
Click to hide internal directories.