Safetensors
English
code

Generating missing parameters automatically

#3
by orkungedik - opened

Hi,

I am facing with a problem while calling function by model. The model is filling missed parameters automatically. For example function defined as

def get_weather(date=0):
.
.
.

and supplied prompt as “get weather condition”, model generate function call like get_weather(“2013-01-01”) even I didn’t provide a date parameter. I don’t want to generate parameter value by the model automatically. How can I solve this problem?

Thank you,

Orkun Gedik

Sign up or log in to comment