We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2afe6b1 commit eaa9517Copy full SHA for eaa9517
polycode/model.go
@@ -141,6 +141,7 @@ type CallerContextMeta struct {
141
142
type AgentInput struct {
143
SessionKey string `json:"sessionKey"`
144
+ TaskId int64 `json:"taskId"`
145
LLMInput LLMInput `json:"llmInput"`
146
Labels map[string]string `json:"labels"`
147
ChannelId string `json:"channelId"`
0 commit comments