AgentConnFunc provides access to workspace agent connections.
func( ctx context.Context, agentID uuid.UUID, ) (workspacesdk.AgentConn, func(), error)
| 57 | |
| 58 | // AgentConnFunc provides access to workspace agent connections. |
| 59 | type AgentConnFunc func( |
| 60 | ctx context.Context, |
| 61 | agentID uuid.UUID, |
| 62 | ) (workspacesdk.AgentConn, func(), error) |
| 63 | |
| 64 | // CreateWorkspaceOptions configures the create_workspace tool. |
| 65 | type CreateWorkspaceOptions struct { |