(ctx context.Context)
| 761 | } |
| 762 | |
| 763 | func (c *turnWorkspaceContext) getWorkspaceAgent(ctx context.Context) (database.WorkspaceAgent, error) { |
| 764 | _, agent, err := c.ensureWorkspaceAgent(ctx) |
| 765 | return agent, err |
| 766 | } |
| 767 | |
| 768 | func (c *turnWorkspaceContext) ensureWorkspaceAgent( |
| 769 | ctx context.Context, |