Create a new prompt to organize and manage prompt versions
create()
and acreate()
methods allow you to create a new prompt in Keywords AI. A prompt serves as a container for multiple versions with different configurations. Use create()
for synchronous operations and acreate()
for asynchronous operations.
create()
and acreate()
methods do not require any parameters. They create a new prompt with default values that can be updated later using the update()
method.
PromptCreateResponse
object containing the created prompt information:
update()
methodcreate_version()
method