Method get_playbook does not return parameter type #208
Labels
bug
Something isn't working
Generative Features
Any features that utilizes LLMs
Pending Bug Fix
Playbooks
While calling the
create_playbook
using theplaybook
object fromget_playbook
, the method errors because theinput_parameter_definitions
andoutput_parameter_definitions
are missingtype
attribute in response.Expected Behavior
input_parameter_definitions
andoutput_parameter_definitions
to havetype
attributeCurrent Behavior
The field is missing
Possible Solution
Add the field as part of response in
get_playbook
Steps to Reproduce
get_playbook
for a playbook having input and output parametersplaybook
response from above to create a copy of the playbook usingcreate_playbook
Context (Environment)
We are trying to copy the playbook with goals, instructions, examples and parameters into a new playbook for experimentations
The text was updated successfully, but these errors were encountered: