Core
FlagKwargs
Kwargs for the flag_instance method of the Codebase class. Attributes: message: The message to be displayed in the diff preview or posted as a comment on the PR. message_type: Where the message will be sent (CODEGEN, GITHUB, SLACK) message_recipient: The recipient of the message.
View Source on Github
Attributes
message
ReadOnly[str | None]
The message to be displayed in the diff preview or posted as a comment on the PR.
message_recipient
ReadOnly[str | None]
The recipient of the message.
message_type
Where the message will be sent (CODEGEN, GITHUB, SLACK)
Was this page helpful?