Skip to content

Commit d10a780

Browse files
Update github/agent_tasks.go
Co-authored-by: Oleksandr Redko <oleksandr.red+github@gmail.com>
1 parent ab0cc87 commit d10a780

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/agent_tasks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ type AgentTaskListByRepoOptions struct {
9898
}
9999

100100
// CreateAgentTaskOptions represents the parameters for creating an agent task.
101-
type CreateAgentTaskOptions struct {
101+
type CreateAgentTaskRequest struct {
102102
// Prompt is the user's prompt for the agent.
103103
Prompt string `json:"prompt"`
104104

0 commit comments

Comments
 (0)