gptstudio_skeleton_build {gptstudio} | R Documentation |
Construct a GPT Studio request skeleton.
Description
Construct a GPT Studio request skeleton.
Usage
gptstudio_skeleton_build(skeleton, skill, style, task, custom_prompt, ...)
Arguments
skeleton |
A GPT Studio request skeleton object. |
skill |
The skill level of the user for the chat conversation. This can be set through the "gptstudio.skill" option. Default is the "gptstudio.skill" option. Options are "beginner", "intermediate", "advanced", and "genius". |
style |
The style of code to use. Applicable styles can be retrieved from the "gptstudio.code_style" option. Default is the "gptstudio.code_style" option. Options are "base", "tidyverse", or "no preference". |
task |
Specifies the task that the assistant will help with. Default is "coding". Others are "general", "advanced developer", and "custom". |
custom_prompt |
This is a custom prompt that may be used to guide the AI in its responses. Default is NULL. It will be the only content provided to the system prompt. |
... |
Additional arguments. |
Value
An updated GPT Studio request skeleton.