MCPcopy Index your code
hub / github.com/docker/docker-agent / loadTeamRequest

Method loadTeamRequest

cmd/root/payload.go:9–16  ·  view source on GitHub ↗

loadTeamRequest builds a runtime.LoadTeamRequest from the current flags.

(agentSource config.Source)

Source from the content-addressed store, hash-verified

7
8// loadTeamRequest builds a runtime.LoadTeamRequest from the current flags.
9func (f *runExecFlags) loadTeamRequest(agentSource config.Source) runtime.LoadTeamRequest {
10 return runtime.LoadTeamRequest{
11 Source: agentSource,
12 ModelOverrides: f.modelOverrides,
13 PromptFiles: f.promptFiles,
14 RunConfig: &f.runConfig,
15 }
16}
17
18// createSessionRequest builds a runtime.CreateSessionRequest from the
19// current flags and the supplied working directory.

Callers 3

createSessionSpawnerMethod · 0.95
LoadTeamRequestMethod · 0.80
LoadTeamRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected