Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client wraps the Copilot SDK for workflow generation
func (*Client) GenerateWorkflow ¶
func (c *Client) GenerateWorkflow(ctx context.Context, prompt string) (*GenerateWorkflowResult, error)
GenerateWorkflow creates a workflow from a natural language prompt
type GenerateWorkflowResult ¶
GenerateWorkflowResult contains the generated workflow
Click to show internal directories.
Click to hide internal directories.