Skip to content

Commit eaa9517

Browse files
committed
1 parent 2afe6b1 commit eaa9517

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)