feat(location): prompt tweak + going back to faster model

This commit is contained in:
2025-04-18 15:36:51 +01:00
parent 6edc1e2915
commit a69d4e4d55
2 changed files with 2 additions and 1 deletions

View File

@ -242,7 +242,7 @@ func (client *AgentClient) RunAgent(userId uuid.UUID, imageId uuid.UUID, imageNa
request := AgentRequestBody{
Tools: &tools,
ToolChoice: &toolChoice,
Model: "pixtral-large-latest",
Model: "pixtral-12b-2409",
Temperature: 0.3,
EndToolCall: client.Options.EndToolCall,
ResponseFormat: ResponseFormat{

View File

@ -38,6 +38,7 @@ Action loop:
* If no existing location looks like the location on the input. You should use createLocation.
* Do not use this tool if this location already exists.
* If the input contains a location that already exists, you should use createExistingLocation.
* If there is a similar location in listLocation, you should use this tool. It doesnt have to be an exact match.
You should repeat the action loop until all locations on the image are done.
Once you are done, use stopAgent.