Documentation ¶ Index ¶ type Client func NewClient(token, owner, repo string) *Client func (c *Client) GetRelevantContext(ctx context.Context, question string) (string, error) func (c *Client) GetWorkflowStatus(ctx context.Context, workflowName string) (string, error) 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 } func NewClient ¶ func NewClient(token, owner, repo string) *Client func (*Client) GetRelevantContext ¶ func (c *Client) GetRelevantContext(ctx context.Context, question string) (string, error) func (*Client) GetWorkflowStatus ¶ func (c *Client) GetWorkflowStatus(ctx context.Context, workflowName string) (string, error) GetWorkflowStatus returns the status of a specific workflow Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.