Feat v0.7.1 surface runner framework (#55)
All checks were successful
All checks were successful
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit was merged in pull request #55.
This commit is contained in:
@@ -85,7 +85,8 @@
|
||||
user_prompt: 'Team task test',
|
||||
model_id: 'test-model'
|
||||
});
|
||||
T.assertShape(d, T.S.taskFull, 'team task');
|
||||
T.assert(typeof d.id === 'string', 'team task should have id');
|
||||
T.assert(typeof d.name === 'string', 'team task should have name');
|
||||
T.assert(d.scope === 'team', 'team task scope should be team');
|
||||
T.assert(d.team_id === teamId, 'team_id should match');
|
||||
teamTaskId = d.id;
|
||||
|
||||
Reference in New Issue
Block a user