Response Types:
Methods:
client.Admin.UserConnections.List(ctx context.Context, query arcadego.AdminUserConnectionListParams) (pagination.OffsetPage[arcadego.UserConnectionResponse], error)client.Admin.UserConnections.Delete(ctx context.Context, id string) error
Params Types:
Response Types:
Methods:
client.Admin.AuthProviders.New(ctx context.Context, body arcadego.AdminAuthProviderNewParams) (arcadego.AuthProviderResponse, error)client.Admin.AuthProviders.List(ctx context.Context) (arcadego.AdminAuthProviderListResponse, error)client.Admin.AuthProviders.Delete(ctx context.Context, id string) (arcadego.AuthProviderResponse, error)client.Admin.AuthProviders.Get(ctx context.Context, id string) (arcadego.AuthProviderResponse, error)client.Admin.AuthProviders.Patch(ctx context.Context, id string, body arcadego.AdminAuthProviderPatchParams) (arcadego.AuthProviderResponse, error)
Response Types:
Methods:
client.Admin.Secrets.List(ctx context.Context) (arcadego.AdminSecretListResponse, error)client.Admin.Secrets.Delete(ctx context.Context, secretID string) error
Params Types:
Response Types:
Methods:
client.Auth.Authorize(ctx context.Context, body arcadego.AuthAuthorizeParams) (shared.AuthorizationResponse, error)client.Auth.ConfirmUser(ctx context.Context, body arcadego.AuthConfirmUserParams) (arcadego.ConfirmUserResponse, error)client.Auth.Status(ctx context.Context, query arcadego.AuthStatusParams) (shared.AuthorizationResponse, error)
Response Types:
Methods:
Params Types:
Response Types:
Methods:
client.Chat.Completions.New(ctx context.Context, body arcadego.ChatCompletionNewParams) (arcadego.ChatResponse, error)
Params Types:
Response Types:
- arcadego.ExecuteToolResponse
- arcadego.ToolDefinition
- arcadego.ToolExecution
- arcadego.ToolExecutionAttempt
- arcadego.ValueSchema
Methods:
client.Tools.List(ctx context.Context, query arcadego.ToolListParams) (pagination.OffsetPage[arcadego.ToolDefinition], error)client.Tools.Authorize(ctx context.Context, body arcadego.ToolAuthorizeParams) (shared.AuthorizationResponse, error)client.Tools.Execute(ctx context.Context, body arcadego.ToolExecuteParams) (arcadego.ExecuteToolResponse, error)client.Tools.Get(ctx context.Context, name string, query arcadego.ToolGetParams) (arcadego.ToolDefinition, error)
Response Types:
Methods:
client.Tools.Scheduled.List(ctx context.Context, query arcadego.ToolScheduledListParams) (pagination.OffsetPage[arcadego.ToolExecution], error)client.Tools.Scheduled.Get(ctx context.Context, id string) (arcadego.ToolScheduledGetResponse, error)
Response Types:
Methods:
client.Tools.Formatted.List(ctx context.Context, query arcadego.ToolFormattedListParams) (pagination.OffsetPage[arcadego.ToolFormattedListResponse], error)client.Tools.Formatted.Get(ctx context.Context, name string, query arcadego.ToolFormattedGetParams) (arcadego.ToolFormattedGetResponse, error)
Params Types:
Response Types:
Methods:
client.Workers.New(ctx context.Context, body arcadego.WorkerNewParams) (arcadego.WorkerResponse, error)client.Workers.Update(ctx context.Context, id string, body arcadego.WorkerUpdateParams) (arcadego.WorkerResponse, error)client.Workers.List(ctx context.Context, query arcadego.WorkerListParams) (pagination.OffsetPage[arcadego.WorkerResponse], error)client.Workers.Delete(ctx context.Context, id string) errorclient.Workers.Get(ctx context.Context, id string) (arcadego.WorkerResponse, error)client.Workers.Health(ctx context.Context, id string) (arcadego.WorkerHealthResponse, error)client.Workers.Tools(ctx context.Context, id string, query arcadego.WorkerToolsParams) (pagination.OffsetPage[arcadego.ToolDefinition], error)