Documentation
¶
Index ¶
- type Client
- func (c *Client) ConfigureProjectSlack(projectID string, payload map[string]any) (*apiclient.SlackReceiver, error)
- func (c *Client) CreateProject() (*apiclient.Project, error)
- func (c *Client) CreateThread(projectID string) (*apiclient.Thread, error)
- func (c *Client) GetAgent(id string) (*apiclient.Agent, error)
- func (c *Client) GetModels() ([]apiclient.Model, error)
- func (c *Client) GetProject(id string) (*apiclient.Project, error)
- func (c *Client) GetProjectTask(projectID, taskID string) (*apiclient.Task, error)
- func (c *Client) GetProjectThread(projectID, threadID string) (*apiclient.Thread, error)
- func (c *Client) GetProjectThreadEventsStream(projectID, threadID string) (<-chan Event, <-chan error)
- func (c *Client) InvokeProjectThread(projectID, threadID, message string) error
- func (c *Client) SetUpDefaultModelAlias(modelID, usage string) error
- func (c *Client) UpdateAgent(id string, agent apiclient.Agent) (*apiclient.Agent, error)
- type Event
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) ConfigureProjectSlack ¶
func (*Client) CreateThread ¶
func (*Client) GetProjectTask ¶
func (*Client) GetProjectThread ¶
func (*Client) GetProjectThreadEventsStream ¶
func (*Client) InvokeProjectThread ¶
func (*Client) SetUpDefaultModelAlias ¶
Click to show internal directories.
Click to hide internal directories.