refactor instructions to return object with full/system/user/event/runtime properties, fix duplicate modes and json prompt extraction (#110)
This commit is contained in:
committed by
pullfrog[bot]
parent
410b11db71
commit
cb925556e8
+1
-1
@@ -73,7 +73,7 @@ export const claude = agent({
|
||||
};
|
||||
|
||||
const queryInstance = query({
|
||||
prompt: ctx.instructions,
|
||||
prompt: ctx.instructions.full,
|
||||
options: queryOptions,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user