You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the {resource_instructions} and {script_instructions} placeholder mechanism from AgentSkillsProvider. Embed instruction text directly in the default template. Custom templates should only require {skills}, matching Python.
Remove the
{resource_instructions}and{script_instructions}placeholder mechanism fromAgentSkillsProvider. Embed instruction text directly in the default template. Custom templates should only require{skills}, matching Python.