Module content_update

Module content_update 

Source
Expand description

Content update tools for Iris Studio chat

These tools allow Iris to update commit messages, PR descriptions, and reviews through proper tool calls rather than JSON parsing.

Structs§

ContentUpdateError
UpdateCommitArgs
UpdateCommitTool
Tool for updating commit messages
UpdatePRArgs
UpdatePRTool
Tool for updating PR descriptions
UpdateReviewArgs
UpdateReviewTool
Tool for updating code reviews

Enums§

ContentUpdate
The types of content updates that can be sent to the Studio

Constants§

CONTENT_UPDATE_CHANNEL_CAPACITY
Channel capacity for content updates

Functions§

create_content_update_channel
Create a new bounded content update channel

Type Aliases§

ContentUpdateReceiver
ContentUpdateSender
Sender for content updates - passed to tools and listened to by Studio