Skip to content

Commit eaa9517

Browse files
committed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

polycode/model.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ type CallerContextMeta struct {
141141

142142
type AgentInput struct {
143143
SessionKey string `json:"sessionKey"`
144+
TaskId int64 `json:"taskId"`
144145
LLMInput LLMInput `json:"llmInput"`
145146
Labels map[string]string `json:"labels"`
146147
ChannelId string `json:"channelId"`

0 commit comments

Comments
 (0)