Skip to content

Commit 92d92d4

Browse files
committed
1 parent 3db41c1 commit 92d92d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

polycode/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ type RemoteAgent struct {
169169
func (r RemoteAgent) Call(options TaskOptions, input AgentInput) Response {
170170
req := ExecServiceRequest{
171171
EnvId: r.envId,
172-
Service: "agent_service",
172+
Service: "agent-service",
173173
TenantId: r.tenantId,
174174
PartitionKey: r.agent + ":" + input.SessionKey,
175175
Method: "CallAgent",

0 commit comments

Comments
 (0)